diff options
author | ThatLukinhasGuy <139662282+thatlukinhasguy1@users.noreply.github.com> | 2023-11-04 21:51:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-04 21:51:53 +0100 |
commit | 318112c8b9b881582e0bc283d6f1811c80d699fb (patch) | |
tree | 79afc28c0543f50eff5302d3de534d95951ea057 | |
parent | Update __init__.py (diff) | |
download | gpt4free-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 |
Diffstat (limited to '')
-rw-r--r-- | g4f/api/run.py | 2 |
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) |