diff options
-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 |