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

XFEstudio/gpt4free

~

5f2786b3
abc <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified etc/tool/create_provider.py +1 -1
@@ -107,4 +107,4 @@ And replace "gpt-3.5-turbo" with `model`.
107 107 file.write(f"\nfrom .{name} import {name}")
108 108 else:
109 109 with open(provider_path, "r") as file:
110 code = file.read()
110 code = file.read()