返回提交历史
Modified
g4f/models.py
+7
-6
XFEstudio/gpt4free
~
remove chatforai
f9355ad5
代码差异
1 个文件
+7
-6
@@ -9,7 +9,6 @@ from .Provider import (
9
9
ChatgptDuo,
10
10
Vitalentum,
11
11
ChatgptAi,
12
ChatForAi,
13
12
AItianhu,
14
13
ChatBase,
15
14
Liaobots,
@@ -28,7 +27,8 @@ from .Provider import (
28
27
Aibn,
29
28
Bing,
30
29
You,
31
H2o
30
H2o,
31
Aivvm
32
32
)
33
33
34
34
@dataclass(unsafe_hash=True)
@@ -45,7 +45,7 @@ default = Model(
45
45
Yqcloud, # Answers short questions in chinese
46
46
ChatBase, # Don't want to answer creatively
47
47
ChatgptDuo, # Include search results
48
Aibn, Aichat, ChatForAi, ChatgptAi, ChatgptLogin, DeepAi, FreeGpt, GptGo, Myshell, Ylokh,
48
Aibn, Aichat, ChatgptAi, ChatgptLogin, DeepAi, FreeGpt, GptGo, Myshell, Ylokh,
49
49
])
50
50
)
51
51
@@ -54,7 +54,7 @@ gpt_35_long = Model(
54
54
name = 'gpt-3.5-turbo',
55
55
base_provider = 'openai',
56
56
best_provider = RetryProvider([
57
AiAsk, Aibn, Aichat, ChatForAi, ChatgptAi, ChatgptDemo, ChatgptDuo,
57
AiAsk, Aibn, Aichat, ChatgptAi, ChatgptDemo, ChatgptDuo,
58
58
FreeGpt, GptGo, Liaobots, Myshell, Vitalentum, Ylokh, You, Yqcloud,
59
59
GPTalk, GptGod
60
60
])
@@ -65,7 +65,7 @@ gpt_35_turbo = Model(
65
65
name = 'gpt-3.5-turbo',
66
66
base_provider = 'openai',
67
67
best_provider = RetryProvider([
68
DeepAi, ChatgptLogin, ChatgptAi, GptGo, AItianhu, Aichat, AItianhuSpace, Myshell, Aibn, ChatForAi, FreeGpt, Ylokh
68
DeepAi, ChatgptLogin, ChatgptAi, GptGo, AItianhu, Aichat, AItianhuSpace, Myshell, Aibn, FreeGpt, Ylokh
69
69
])
70
70
)
71
71
@@ -169,7 +169,8 @@ gpt_35_turbo_16k_0613 = Model(
169
169
170
170
gpt_35_turbo_0613 = Model(
171
171
name = 'gpt-3.5-turbo-0613',
172
base_provider = 'openai'
172
base_provider = 'openai',
173
best_provider=Aivvm
173
174
)
174
175
175
176
gpt_4_0613 = Model(