diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-04 18:08:39 +0100 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-04 18:08:39 +0100 |
commit | e73792d7c1c77266d35f38be95cb8d840ad6ffa8 (patch) | |
tree | 55514882b758654aeaa3df339947feabc5e685b6 /g4f | |
parent | Provider deleted because it has been down for a long time (g4f/Provider/ChatGot.py) (diff) | |
download | gpt4free-e73792d7c1c77266d35f38be95cb8d840ad6ffa8.tar gpt4free-e73792d7c1c77266d35f38be95cb8d840ad6ffa8.tar.gz gpt4free-e73792d7c1c77266d35f38be95cb8d840ad6ffa8.tar.bz2 gpt4free-e73792d7c1c77266d35f38be95cb8d840ad6ffa8.tar.lz gpt4free-e73792d7c1c77266d35f38be95cb8d840ad6ffa8.tar.xz gpt4free-e73792d7c1c77266d35f38be95cb8d840ad6ffa8.tar.zst gpt4free-e73792d7c1c77266d35f38be95cb8d840ad6ffa8.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/models.py b/g4f/models.py index 8b258201..99b31af2 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -130,7 +130,7 @@ gpt_3 = Model( gpt_35_turbo = Model( name = 'gpt-3.5-turbo', base_provider = 'OpenAI', - best_provider = IterListProvider([Allyfy, NexraChatGPT, DarkAI, Airforce, Liaobots]) + best_provider = IterListProvider([DarkAI, NexraChatGPT, Airforce, Liaobots, Allyfy]) ) # gpt-4 |