返回提交历史
Modified
g4f/models.py
+2
-1
XFEstudio/gpt4free
feat(g4f/models.py): update model configurations and providers
73ecaffd
代码差异
1 个文件
+2
-1
@@ -1,3 +1,4 @@
1
# g4f/models.py
1
2
from __future__ import annotations
2
3
3
4
from dataclasses import dataclass
@@ -126,7 +127,7 @@ gpt_35_turbo = Model(
126
127
gpt_4o = Model(
127
128
name = 'gpt-4o',
128
129
base_provider = 'OpenAI',
129
best_provider = IterListProvider([NexraChatGPT4o, ChatGptEs, AmigoChat, DarkAI, Liaobots, Airforce, OpenaiChat])
130
best_provider = IterListProvider([NexraChatGPT4o, Blackbox, ChatGptEs, AmigoChat, DarkAI, Liaobots, Airforce, OpenaiChat])
130
131
)
131
132
132
133
gpt_4o_mini = Model(