mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Update __init__.py
This commit is contained in:
parent
80321cc47a
commit
6e75e23033
1 changed files with 1 additions and 1 deletions
|
|
@ -164,4 +164,4 @@ async def completions():
|
|||
|
||||
def run(ip):
|
||||
split_ip = ip.split(":")
|
||||
uvicorn.run(app, host=split_ip[0], port=int(split_ip[1]), use_colors=False, loop='asyncio')
|
||||
uvicorn.run(app, host=split_ip[0], port=int(split_ip[1]), use_colors=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue