mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Update __init__.py
This commit is contained in:
parent
1375a74089
commit
81bd9bab33
1 changed files with 1 additions and 1 deletions
|
|
@ -159,4 +159,4 @@ class Api:
|
|||
|
||||
def run(self, ip, thread_quantity):
|
||||
split_ip = ip.split(":")
|
||||
uvicorn.run(self.app, host=split_ip[0], port=int(split_ip[1]), use_colors=False, workers=thread_quantity)
|
||||
uvicorn.run("__init__:app", host=split_ip[0], port=int(split_ip[1]), use_colors=False, workers=thread_quantity)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue