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

XFEstudio/gpt4free

Update cli.py

93a6d449
ThatLukinhasGuy <139662282+thatlukinhasguy1@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/cli.py +1 -1
@@ -23,7 +23,7 @@ def main():
23 23
24 24 args = parser.parse_args()
25 25 if args.mode == "api":
26 controller=Api(g4f, debug=args.debug, list_ignored_providers=args.ignored_providers)
26 controller=Api(engine=g4f, debug=args.debug, list_ignored_providers=args.ignored_providers)
27 27 controller.run(args.bind)
28 28 elif args.mode == "gui":
29 29 run_gui_args(args)