mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-28 10:32:15 +00:00
FIX: typo in Automation::AVAILABLE_MODELS (#442)
This commit is contained in:
parent
fa6bc7f409
commit
b461ebc4ca
@ -5,7 +5,7 @@ module DiscourseAi
|
|||||||
AVAILABLE_MODELS = [
|
AVAILABLE_MODELS = [
|
||||||
{ id: "gpt-4-turbo", name: "discourse_automation.ai_models.gpt_4_turbo" },
|
{ id: "gpt-4-turbo", name: "discourse_automation.ai_models.gpt_4_turbo" },
|
||||||
{ id: "gpt-4", name: "discourse_automation.ai_models.gpt_4" },
|
{ id: "gpt-4", name: "discourse_automation.ai_models.gpt_4" },
|
||||||
{ id: "gpt-3-5-turbo", name: "discourse_automation.ai_models.gpt_3_5_turbo" },
|
{ id: "gpt-3.5-turbo", name: "discourse_automation.ai_models.gpt_3_5_turbo" },
|
||||||
{ id: "claude-2", name: "discourse_automation.ai_models.claude_2" },
|
{ id: "claude-2", name: "discourse_automation.ai_models.claude_2" },
|
||||||
{ id: "gemini-pro", name: "discourse_automation.ai_models.gemini_pro" },
|
{ id: "gemini-pro", name: "discourse_automation.ai_models.gemini_pro" },
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user