返回提交历史
Modified
g4f/models.py
+2
-0
XFEstudio/gpt4free
feat(g4f/models.py): Added new model 'ChatifyAI' and 'Cloudflare' to the default model's best provider list for broader provider options.
e0cd0c30
代码差异
1 个文件
+2
-0
@@ -112,6 +112,8 @@ default = Model(
112
112
ChatGptEs,
113
113
ChatHub,
114
114
AmigoChat,
115
ChatifyAI,
116
Cloudflare,
115
117
])
116
118
)
117
119