diff options
Diffstat (limited to 'g4f/models.py')
-rw-r--r-- | g4f/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/models.py b/g4f/models.py index c675c280..64951792 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -1,6 +1,6 @@ from dataclasses import dataclass -from .Provider import Bard, BaseProvider, GetGpt, H2o, Liaobots, Vercel +from .Provider import Bard, BaseProvider, GetGpt, H2o, Liaobots, Vercel, Equing @dataclass @@ -131,7 +131,7 @@ gpt_35_turbo_16k = Model( gpt_35_turbo_16k_0613 = Model( name="openai:gpt-3.5-turbo-16k-0613", base_provider="openai", - best_provider=Vercel, + best_provider=Equing, ) gpt_4_0613 = Model( |