XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update interference-api.md

0934b7a1
foxfire52 <foxfire52@virgilio.it>
提交于

代码差异

1 个文件 +5 -1
Modified docs/interference-api.md +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