discourse-ai/app
Roman Rizzi 20efc9285e
FIX: Correctly save provider-specific params for new models. (#744)
Creating a new model, either manually or from presets, doesn't initialize the `provider_params` object, meaning their custom params won't persist.

Additionally, this change adds some validations for Bedrock params, which are mandatory, and a clear message when a completion fails because we cannot build the URL.
2024-08-07 16:08:56 -03:00
..
controllers/discourse_ai FIX: LlmModel validations. (#742) 2024-08-06 14:35:35 -03:00
helpers/discourse_ai/ai_bot FIX: AI Bot Shared Conversation didn't respect CDN / Subfolder (#657) 2024-06-06 15:13:51 -03:00
jobs FEATURE: move summary to use llm_model (#699) 2024-07-04 10:48:18 +10:00
mailers FEATURE: support sending AI report to an email address (#368) 2023-12-19 17:51:49 +11:00
models FIX: Correctly save provider-specific params for new models. (#744) 2024-08-07 16:08:56 -03:00
serializers FIX: LlmModel validations. (#742) 2024-08-06 14:35:35 -03:00
services/discourse_ai FEATURE: move summary to use llm_model (#699) 2024-07-04 10:48:18 +10:00
views FIX: AI Bot Shared Conversation didn't respect CDN / Subfolder (#657) 2024-06-06 15:13:51 -03:00