返回提交历史
Modified
docs/interference-api.md
+5
-1
XFEstudio/gpt4free
Update interference-api.md
0934b7a1
代码差异
1 个文件
+5
-1
@@ -46,7 +46,11 @@ python -m g4f.api.run
46
46
```
47
47
48
48
**Once running, the API will be accessible at:** `http://localhost:1337/v1`
49
49
50
**(Advanced) Bind to custom port:**
51
```bash
52
python -m g4f.cli api --bind "0.0.0.0:2400"
53
```
50
54
51
55
## Using the Interference API
52
56