返回提交历史
Modified
README.md
+1
-1
XFEstudio/gpt4free
Fix readme example to run interference API from repo
306fc82e
代码差异
1 个文件
+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