diff options
author | Bagus Indrayana <bagusindrayanaindo@gmail.com> | 2023-08-17 15:46:32 +0200 |
---|---|---|
committer | Bagus Indrayana <bagusindrayanaindo@gmail.com> | 2023-08-17 15:46:32 +0200 |
commit | 6f999d5151c39b614c2872f428e8f61bf3042ccc (patch) | |
tree | 60a3378a89f70bccd35cae14e6b236ccd4422f85 /g4f/models.py | |
parent | refactor V50 and Raycast (diff) | |
parent | ~ | Merge pull request #812 (diff) | |
download | gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.gz gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.bz2 gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.lz gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.xz gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.zst gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.zip |
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( |