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

XFEstudio/gpt4free

~

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

代码差异

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