From a300efda8ce68e2c5586b4dd3e89838fe7ab951f Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Fri, 9 Aug 2024 12:40:21 +0200 Subject: [PATCH] feat(ai-help): upgrade to gpt-4o-2024-08-06 --- src/ai/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai/constants.rs b/src/ai/constants.rs index 1ded521e..ff852932 100644 --- a/src/ai/constants.rs +++ b/src/ai/constants.rs @@ -24,7 +24,7 @@ fn join_with_tags(related_docs: Vec) -> String { } pub const BASIC_MODEL: &str = "gpt-4o-mini-2024-07-18"; -pub const ADVANCED_MODEL: &str = "gpt-4o-2024-05-13"; +pub const ADVANCED_MODEL: &str = "gpt-4o-2024-08-06"; pub const EMBEDDING_MODEL: &str = "text-embedding-3-small"; pub const AI_HELP_BASIC: AIHelpConfig = AIHelpConfig {