discourse-ai/spec
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
..
fabricators FIX: LlmModel validations. (#742) 2024-08-06 14:35:35 -03:00
fixtures FIX: Load categories from search response (#612) 2024-05-14 17:13:25 +03:00
jobs FEATURE: move summary to use llm_model (#699) 2024-07-04 10:48:18 +10:00
lib UX: Use stacked line chart for post sentiment (#737) 2024-08-02 14:23:29 -07:00
models DEV: Remove old code now that features rely on LlmModels. (#729) 2024-07-30 13:44:57 -03:00
requests FIX: Correctly save provider-specific params for new models. (#744) 2024-08-07 16:08:56 -03:00
serializers DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
services/discourse_ai FEATURE: move summary to use llm_model (#699) 2024-07-04 10:48:18 +10:00
shared FEATURE: GPT4o Tokenizer (#721) 2024-07-22 15:26:14 -03:00
support FIX: typo causing text_embedding_3_large to fail (#460) 2024-02-05 11:16:36 +11:00
system REFACTOR: AI Composer Helper Menu (#715) 2024-08-06 10:57:39 -07:00
tasks FIX: Filter soft-deleted topics when backfilling sentiment (#527) 2024-03-12 21:01:24 -03:00
plugin_helper.rb DEV: Remove old code now that features rely on LlmModels. (#729) 2024-07-30 13:44:57 -03:00
plugin_spec.rb DEV: Transition "Select model" settings to only use LlmModels (#675) 2024-06-19 18:01:35 -03:00