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

XFEstudio/gpt4free

Update README.md

1286eded
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -2
Modified g4f_cli.py +1 -2
@@ -5,5 +5,4 @@ This file is used as the main entry point for building executables with Nuitka
5 5 """
6 6
7 7 if __name__ == "__main__":
8 from g4f.cli import main
9 main()
8 print("Starting g4f CLI...")