summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/models.py')
-rw-r--r--g4f/models.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/g4f/models.py b/g4f/models.py
index fe9dee78..61350d91 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -7,6 +7,7 @@ from .Provider import (
AiChatOnline,
Allyfy,
Bing,
+ Binjie,
Bixin123,
Blackbox,
ChatGot,
@@ -84,6 +85,7 @@ default = Model(
Upstage,
Blackbox,
Bixin123,
+ Binjie,
])
)
@@ -139,7 +141,7 @@ gpt_4 = Model(
name = 'gpt-4',
base_provider = 'OpenAI',
best_provider = IterListProvider([
- Chatgpt4Online, Nexra, Bing,
+ Chatgpt4Online, Nexra, Binjie, Bing,
gpt_4_turbo.best_provider, gpt_4o.best_provider, gpt_4o_mini.best_provider
])
)