返回提交历史
Modified
g4f/Provider/Liaobots.py
+1
-1
XFEstudio/gpt4free
fix: Liaobots gpt-4 model name
8927a0cf
代码差异
1 个文件
+1
-1
@@ -24,7 +24,7 @@ models = {
24
24
"tokenLimit": 126000,
25
25
"context": "128K",
26
26
},
27
"gpt-4-plus": {
27
"gpt-4": {
28
28
"id": "gpt-4-plus",
29
29
"name": "GPT-4-Plus",
30
30
"maxLength": 130000,