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

XFEstudio/gpt4free

~ | small fixes & new pypi version | v-0.0.1.9

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

代码差异

1 个文件 +1 -1
Modified g4f/__init__.py +1 -1
@@ -39,4 +39,4 @@ class ChatCompletion:
39 39 arg: str = str(e).split("'")[1]
40 40 print(
41 41 f"ValueError: {engine.__name__} does not support '{arg}' argument", file=sys.stderr)
42 sys.exit(1)
42 sys.exit(1)