summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThatLukinhasGuy <139662282+thatlukinhasguy1@users.noreply.github.com>2023-11-04 21:51:53 +0100
committerGitHub <noreply@github.com>2023-11-04 21:51:53 +0100
commit318112c8b9b881582e0bc283d6f1811c80d699fb (patch)
tree79afc28c0543f50eff5302d3de534d95951ea057
parentUpdate __init__.py (diff)
downloadgpt4free-318112c8b9b881582e0bc283d6f1811c80d699fb.tar
gpt4free-318112c8b9b881582e0bc283d6f1811c80d699fb.tar.gz
gpt4free-318112c8b9b881582e0bc283d6f1811c80d699fb.tar.bz2
gpt4free-318112c8b9b881582e0bc283d6f1811c80d699fb.tar.lz
gpt4free-318112c8b9b881582e0bc283d6f1811c80d699fb.tar.xz
gpt4free-318112c8b9b881582e0bc283d6f1811c80d699fb.tar.zst
gpt4free-318112c8b9b881582e0bc283d6f1811c80d699fb.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 5992ab60..bd76fcf2 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.run('127.0.0.1:1337')
+ g4f.api.run('127.0.0.1:1337', 8)