From 69ea9740c1991be666c05bb8bfd5c2c8702f4bd7 Mon Sep 17 00:00:00 2001 From: KevKibe Date: Wed, 15 May 2024 13:32:47 +0300 Subject: [PATCH] fix: default_openai_model to 11k context model --- src/utils/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/config.py b/src/utils/config.py index c5ecac3..5a37693 100644 --- a/src/utils/config.py +++ b/src/utils/config.py @@ -10,5 +10,5 @@ class Config: """ default_google_model = "gemini-pro" - default_openai_model = "gpt-3.5-turbo-0125" + default_openai_model = "gpt-3.5-turbo-1106" default_cohere_model = "command"