summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThatLukinhasGuy <139662282+thatlukinhasguy1@users.noreply.github.com>2023-11-04 22:25:02 +0100
committerGitHub <noreply@github.com>2023-11-04 22:25:02 +0100
commit0a2ff2ba5ed33378a73524bd33892c91dbc5ada4 (patch)
treece03c12b4f924ffb976c06ff7e944d2b91efad2b
parentUpdate __init__.py (diff)
downloadgpt4free-0a2ff2ba5ed33378a73524bd33892c91dbc5ada4.tar
gpt4free-0a2ff2ba5ed33378a73524bd33892c91dbc5ada4.tar.gz
gpt4free-0a2ff2ba5ed33378a73524bd33892c91dbc5ada4.tar.bz2
gpt4free-0a2ff2ba5ed33378a73524bd33892c91dbc5ada4.tar.lz
gpt4free-0a2ff2ba5ed33378a73524bd33892c91dbc5ada4.tar.xz
gpt4free-0a2ff2ba5ed33378a73524bd33892c91dbc5ada4.tar.zst
gpt4free-0a2ff2ba5ed33378a73524bd33892c91dbc5ada4.zip
-rw-r--r--g4f/api/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/api/run.py b/g4f/api/run.py
index c822237d..88f34741 100644
--- a/g4f/api/run.py
+++ b/g4f/api/run.py
@@ -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")