discourse-ai/db/post_migrate
Roman Rizzi f622e2644f
FEATURE: Store provider-specific parameters. (#686)
Previously, we stored request parameters like the OpenAI organization and Bedrock's access key and region as site settings. This change stores them in the `llm_models` table instead, letting us drop more settings while also becoming more flexible.
2024-06-25 08:26:30 +10:00
..
20230314184514_migrate_discourse_ai_reviewables.rb DEV: DiscourseAI -> DiscourseAi rename to have consistent folders and files (#9) 2023-03-14 16:03:50 -03:00
20230320191928_drop_completion_prompt_value.rb FEATURE: Prompts can consist of multiple messages. (#21) 2023-03-21 12:04:59 -03:00
20231123224203_switch_to_generic_completion_prompts.rb REFACTOR: Use LLM abstraction in the AI Helper. (#312) 2023-11-27 09:33:31 -03:00
20231128151234_recreate_generate_titles_prompt.rb FIX: Use XML tags in generate_titles prompt. (#322) 2023-11-28 12:52:22 -03:00
20240119152348_explicit_provider_backwards_compat.rb FEATURE: GPT4o support and better auditing (#618) 2024-05-14 13:28:46 +10:00
20240207144910_fix_llm_backed_setting_defaults.rb FIX: Explicit check for empty string in compat migration (#463) 2024-02-07 14:51:51 -03:00
20240528144216_seed_open_ai_models.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00
20240531205234_seed_claude_models.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00
20240603133432_seed_other_propietary_models.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00
20240603143158_seed_oss_models.rb FEATURE: allow access to private topics if tool permits (#673) 2024-06-19 15:49:36 +10:00
20240609232736_drop_commands_from_ai_personas.rb FEATURE: optional tool detail blocks (#662) 2024-06-11 18:14:14 +10:00
20240619193057_choose_llm_model_setting_migration.rb DEV: Transition "Select model" settings to only use LlmModels (#675) 2024-06-19 18:01:35 -03:00
20240619211337_update_automation_script_models.rb DEV: Use LlmModels as options in automation rules (#676) 2024-06-21 08:07:17 +10:00
20240624202602_add_provider_specific_params_to_llm_models.rb FEATURE: Store provider-specific parameters. (#686) 2024-06-25 08:26:30 +10:00