diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-10-21 12:45:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 12:45:04 +0200 |
commit | f125f714fb6af8e9733768a884cba48f411c2689 (patch) | |
tree | 1b30bce217799d175350f0558400d349b81cd053 /g4f/cli.py | |
parent | ~ | g4f `v-0.1.7.2` (diff) | |
parent | fix bug - Cannot assign requested address (diff) | |
download | gpt4free-f125f714fb6af8e9733768a884cba48f411c2689.tar gpt4free-f125f714fb6af8e9733768a884cba48f411c2689.tar.gz gpt4free-f125f714fb6af8e9733768a884cba48f411c2689.tar.bz2 gpt4free-f125f714fb6af8e9733768a884cba48f411c2689.tar.lz gpt4free-f125f714fb6af8e9733768a884cba48f411c2689.tar.xz gpt4free-f125f714fb6af8e9733768a884cba48f411c2689.tar.zst gpt4free-f125f714fb6af8e9733768a884cba48f411c2689.zip |
Diffstat (limited to 'g4f/cli.py')
-rw-r--r-- | g4f/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ def main(): args = parser.parse_args() if args.mode == "api": - Api(g4f).run('localhost:1337', 8) + Api(g4f).run('127.0.0.1:1337', 8) elif args.mode == "gui": run_gui_args(args) else: |