0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/discourse-ai/spec/configuration
Keegan George de3904e9fc
DEV: migrate enabled_chat_bot column to a setting (#36707)
## 🔍 Overview
This update migrates the `enabled_chat_bot` column on the LlmModel to an
independent setting called: `ai_bot_enabled_llms`. In this setting
admins can quickly select all LLM models that will be enabled for AI
bot.


## 📷 Screenshots
<img width="343" height="343" alt="Screenshot 2025-12-15 at 14 05 20"
src="https://github.com/user-attachments/assets/2386b6ed-a7ad-4bbc-bc3c-bf0d1c8427c8"
/>
2025-12-17 09:26:19 -08:00
..
embedding_defs_validator_spec.rb DEV: Only run embeddings test if there's a valid embedding model (#34525) 2025-08-25 17:21:39 -03:00
feature_spec.rb DEV: migrate enabled_chat_bot column to a setting (#36707) 2025-12-17 09:26:19 -08:00
llm_enumerator_spec.rb DEV: Allow seeded models in enumerator (#35385) 2025-10-14 11:05:33 -07:00
llm_validator_spec.rb FEATURE: configure a default LLM model for all features (#33752) 2025-07-28 16:08:00 -03:00
spam_detection_validator_spec.rb