summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-11-13 13:46:59 +0100
committerkqlio67 <kqlio67@users.noreply.github.com>2024-11-13 13:46:59 +0100
commit37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a (patch)
tree4a00a6132fcd2d0846bb7f11d2985e369a1e0838 /docs
parentUpdate (g4f/Provider/needs_auth/GeminiPro.py) (diff)
parentMerge pull request #2331 from NoelisTired/main (diff)
downloadgpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.tar
gpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.tar.gz
gpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.tar.bz2
gpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.tar.lz
gpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.tar.xz
gpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.tar.zst
gpt4free-37a8e8d2ad9a4a0bbd8dacfdf7ee0b2334558c1a.zip
Diffstat (limited to 'docs')
-rw-r--r--docs/interference-api.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/interference-api.md b/docs/interference-api.md
index 324334c4..a6999345 100644
--- a/docs/interference-api.md
+++ b/docs/interference-api.md
@@ -46,7 +46,11 @@ python -m g4f.api.run
```
**Once running, the API will be accessible at:** `http://localhost:1337/v1`
-
+
+**(Advanced) Bind to custom port:**
+```bash
+python -m g4f.cli api --bind "0.0.0.0:2400"
+```
## Using the Interference API