discourse/plugins/discourse-ai/spec/configuration
Keegan George 51f323ef37
DEV: Allow seeded models in enumerator (#35385)
With out AI credit system being rolled out, we no longer rely on
allowing/disallowing seeded models in the enumerator. This update allows
seeded models to be selected and used in the `LlmEnumerator`.
2025-10-14 11:05:33 -07: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: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02: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