XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

fix: Liaobots gpt-4 model name

8927a0cf
Zero6992 <zero69992@gmail.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/Liaobots.py +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,