Update run.py

This commit is contained in:
ThatLukinhasGuy
2023-11-01 22:28:07 -03:00
committed by GitHub
parent 1e0b09b8d5
commit a195d6d568

View File

@@ -3,4 +3,4 @@ import g4f.api
if __name__ == "__main__":
print(f'Starting server... [g4f v-{g4f.version}]')
g4f.api.Api(g4f).run('127.0.0.1:1337', 8)
g4f.api.run('127.0.0.1:1337')