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

XFEstudio/gpt4free

Fix readme example to run interference API from repo

306fc82e
Ramon Victor Cardoso <ramonvc19@gmail.com>
提交于

代码差异

1 个文件 +1 -1
Modified README.md +1 -1
@@ -382,7 +382,7 @@ g4f api
382 382 or
383 383
384 384 ```sh
385 python -m g4f.api
385 python -m g4f.api.run
386 386 ```
387 387
388 388 ```python