Update run.py

pull/1213/head
ThatLukinhasGuy 8 months ago committed by GitHub
parent 7ef8135ed4
commit 0a2ff2ba5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save