summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/models.py')
-rw-r--r--g4f/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/models.py b/g4f/models.py
index b34297f5..af4958cc 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -168,12 +168,12 @@ code_davinci_002 = Model(
gpt_35_turbo_16k = Model(
name = 'gpt-3.5-turbo-16k',
base_provider = 'openai',
- best_provider = gpt_35_turbo.best_provider)
+ best_provider = gpt_35_long.best_provider)
gpt_35_turbo_16k_0613 = Model(
name = 'gpt-3.5-turbo-16k-0613',
base_provider = 'openai',
- best_provider = gpt_35_turbo.best_provider
+ best_provider = gpt_35_long.best_provider
)
gpt_35_turbo_0613 = Model(