From 0934b7a117445945750242897baa6f4bfbe97e68 Mon Sep 17 00:00:00 2001 From: foxfire52 Date: Fri, 1 Nov 2024 14:03:45 +0100 Subject: Update interference-api.md --- docs/interference-api.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/interference-api.md b/docs/interference-api.md index 2e18e7b5..b8e38fae 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 -- cgit v1.2.3