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

XFEstudio/gpt4free

Update __init__.py

7ef8135e
ThatLukinhasGuy <139662282+thatlukinhasguy1@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/api/__init__.py +1 -1
@@ -159,4 +159,4 @@ class Api:
159 159
160 160 def run(self, ip, thread_quantity):
161 161 split_ip = ip.split(":")
162 uvicorn.run(app=self.app, host=split_ip[0], port=int(split_ip[1]), use_colors=False, workers=thread_quantity)
162 uvicorn.run(host=split_ip[0], port=int(split_ip[1]), use_colors=False)