0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins/discourse-ai/lib/ai_helper
Keegan George ce2e2788bc
FEATURE: add image generation tools (#35946)
## 🔍 Overview

This update adds the ability to quickly create image generation tools
from common providers in the AI tools menu. Once the image generation
tool is created it can be used in a variety of AI features including AI
bot and illustrate post.

This updates also moves the AI tool preset scripts to their own `js`
files for easier maintainability.

## 📹 Preview
<img width="283" height="277" alt="Screenshot 2025-11-10 at 10 11 14"
src="https://github.com/user-attachments/assets/7196a963-8564-48ad-bb0f-923bc2e55289"
/>

<img width="245" height="375" alt="Screenshot 2025-11-10 at 10 11 19"
src="https://github.com/user-attachments/assets/f9c5d9a7-3ca6-4724-ad2e-ee4cc4a3f69b"
/>


https://github.com/user-attachments/assets/5375af6a-3737-40d0-9bb1-04fb894343d4
2025-11-18 07:47:49 -08:00
..
assistant.rb FEATURE: add image generation tools (#35946) 2025-11-18 07:47:49 -08:00
chat_thread_titler.rb FEATURE: configure a default LLM model for all features (#33752) 2025-07-28 16:08:00 -03:00
date_formatter.rb
entry_point.rb FIX: Use persona's allowed groups for AI helper's custom prompts access (#35150) 2025-10-02 13:40:52 -03:00
semantic_categorizer.rb