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

XFEstudio/gpt4free

fix: gpt-4-turbo

2448c32b
Zero6992 <zero69992@gmail.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/Liaobots.py +1 -1
@@ -17,7 +17,7 @@ models = {
17 17 "tokenLimit": 14000,
18 18 "context": "16K",
19 19 },
20 "gpt-4-turbo-preview": {
20 "gpt-4-turbo": {
21 21 "id": "gpt-4-turbo-preview",
22 22 "name": "GPT-4-Turbo",
23 23 "maxLength": 260000,