summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g4f/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/models.py b/g4f/models.py
index affc36ed..07259eca 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -71,7 +71,7 @@ gpt_35_turbo = Model(
base_provider = 'openai',
best_provider = RetryProvider([
Aichat, ChatgptDemo, AiAsk, ChatForAi, GPTalk,
- GptGo, You, Vercel, GptForLove, ChatBase, Bing
+ GptGo, You, GptForLove, ChatBase
])
)