discourse-ai/lib/configuration
Keegan George 13f9a1908a
DEV: Only permit config of allowed seeded models (#1103)
This update resolves a regression that was introduced in https://github.com/discourse/discourse-ai/pull/1036/files. Previously, only seeded models that were allowed could be configured for model settings. However, in our attempts to prevent unreachable LLM errors from not allowing settings to persist, it also unknowingly allowed seeded models that were not allowed to be configured. This update resolves this issue, while maintaining the ability to still set unreachable LLMs.
2025-01-31 13:01:15 -08:00
..
embedding_defs_enumerator.rb FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
embedding_defs_validator.rb DEV: Improve embedding configs validations (#1101) 2025-01-30 14:16:56 -03:00
embeddings_model_validator.rb FIX: Embeddings validator test needs to use the new Vector class. (#1041) 2024-12-23 14:19:22 -03:00
embeddings_module_validator.rb FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
llm_dependency_validator.rb DEV: Transition "Select model" settings to only use LlmModels (#675) 2024-06-19 18:01:35 -03:00
llm_enumerator.rb FIX: Prevent LLM enumerator from erroring when spam enabled (#1045) 2024-12-27 09:12:29 +11:00
llm_validator.rb DEV: Only permit config of allowed seeded models (#1103) 2025-01-31 13:01:15 -08:00
llm_vision_enumerator.rb FEATURE: Track if a model can do vision in the llm_models table (#725) 2024-07-24 16:29:47 -03:00
persona_enumerator.rb FEATURE: Discord Bot integration (#831) 2024-10-16 12:41:18 -03:00