返回提交历史
Modified
README.md
+11
-11
XFEstudio/gpt4free
Updated(README.md)
552fcf11
代码差异
1 个文件
+11
-11
@@ -126,13 +126,13 @@ By following these steps, you should be able to successfully install and run the
126
126
127
127
Run the **Webview UI** on other Platfroms:
128
128
129
- [/docs/guides/webview](https://github.com/xtekky/gpt4free/blob/main/docs/webview.md)
129
- [docs/guides/webview](https://github.com/xtekky/gpt4free/blob/main/docs/webview.md)
130
130
131
131
##### Use your smartphone:
132
132
133
133
Run the Web UI on Your Smartphone:
134
134
135
- [/docs/guides/phone](https://github.com/xtekky/gpt4free/blob/main/docs/guides/phone.md)
135
- [docs/guides/phone](https://github.com/xtekky/gpt4free/blob/main/docs/guides/phone.md)
136
136
137
137
#### Use python
138
138
@@ -148,17 +148,17 @@ pip install -U g4f[all]
148
148
```
149
149
150
150
How do I install only parts or do disable parts?
151
Use partial requirements: [/docs/requirements](https://github.com/xtekky/gpt4free/blob/main/docs/requirements.md)
151
Use partial requirements: [/docs/requirements](docs/requirements.md)
152
152
153
153
##### Install from source:
154
154
155
155
How do I load the project using git and installing the project requirements?
156
Read this tutorial and follow it step by step: [/docs/git](https://github.com/xtekky/gpt4free/blob/main/docs/git.md)
156
Read this tutorial and follow it step by step: [/docs/git](docs/git.md)
157
157
158
158
##### Install using Docker:
159
159
160
160
How do I build and run composer image from source?
161
Use docker-compose: [/docs/docker](https://github.com/xtekky/gpt4free/blob/main/docs/docker.md)
161
Use docker-compose: [/docs/docker](docs/docker.md)
162
162
163
163
## 💡 Usage
164
164
@@ -200,9 +200,9 @@ print(f"Generated image URL: {image_url}")
200
200
201
201
**Full Documentation for Python API**
202
202
203
- New AsyncClient API from G4F: [/docs/async_client](https://github.com/xtekky/gpt4free/blob/main/docs/async_client.md)
204
- Client API like the OpenAI Python library: [/docs/client](https://github.com/xtekky/gpt4free/blob/main/docs/client.md)
205
- Legacy API with python modules: [/docs/legacy](https://github.com/xtekky/gpt4free/blob/main/docs/legacy.md)
203
- New AsyncClient API from G4F: [/docs/async_client](docs/async_client.md)
204
- Client API like the OpenAI Python library: [/docs/client](docs/client.md)
205
- Legacy API with python modules: [/docs/legacy](docs/legacy.md)
206
206
207
207
#### Web UI
208
208
@@ -223,7 +223,7 @@ python -m g4f.cli gui -port 8080 -debug
223
223
224
224
You can use the Interference API to serve other OpenAI integrations with G4F.
225
225
226
See docs: [/docs/interference](https://github.com/xtekky/gpt4free/blob/main/docs/interference.md)
226
See docs: [/docs/interference](docs/interference.md)
227
227
228
228
Access with: http://localhost:1337/v1
229
229
@@ -783,11 +783,11 @@ We welcome contributions from the community. Whether you're adding new providers
783
783
784
784
###### Guide: How do i create a new Provider?
785
785
786
- Read: [/docs/guides/create_provider](https://github.com/xtekky/gpt4free/blob/main/docs/guides/create_provider.md)
786
- Read: [/docs/guides/create_provider](docs/guides/create_provider.md)
787
787
788
788
###### Guide: How can AI help me with writing code?
789
789
790
- Read: [/docs/guides/help_me](https://github.com/xtekky/gpt4free/blob/main/docs/guides/help_me.md)
790
- Read: [/docs/guides/help_me](docs/guides/help_me.md)
791
791
792
792
## 🙌 Contributors
793
793