mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-25 12:16:17 +03:00
Update run.py
This commit is contained in:
parent
87cf743a41
commit
318112c8b9
@ -3,4 +3,4 @@ import g4f.api
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
print(f'Starting server... [g4f v-{g4f.version}]')
|
print(f'Starting server... [g4f v-{g4f.version}]')
|
||||||
g4f.api.run('127.0.0.1:1337')
|
g4f.api.run('127.0.0.1:1337', 8)
|
||||||
|
Loading…
Reference in New Issue
Block a user