返回提交历史
Modified
README.md
+19
-19
XFEstudio/gpt4free
Update README.md
cbc675d7
代码差异
1 个文件
+19
-19
@@ -6,7 +6,7 @@ Written by [@xtekky](https://github.com/hlohaus) & maintained by [@hlohaus](http
6
6
7
7
<div id="top"></div>
8
8
9
> By using this repository or any code related to it, you agree to the [legal notice](LEGAL_NOTICE.md). The author is **not responsible for the usage of this repository nor endorses it**, nor is the author responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
9
> By using this repository or any code related to it, you agree to the [legal notice](https://github.com/xtekky/gpt4free/blob/main/LEGAL_NOTICE.md). The author is **not responsible for the usage of this repository nor endorses it**, nor is the author responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
10
10
11
11
> [!Warning]
12
12
*"gpt4free"* serves as a **PoC** (proof of concept), demonstrating the development of an API package with multi-provider requests, with features like timeouts, load balance and flow control.
@@ -114,12 +114,12 @@ To ensure the seamless operation of our application, please follow the instructi
114
114
By following these steps, you should be able to successfully install and run the application on your Windows system. If you encounter any issues during the installation process, please refer to our Issue Tracker or try to get contact over Discord for assistance.
115
115
116
116
Run the **Webview UI** on other Platfroms:
117
- [/docs/guides/webview](/docs/webview.md)
117
- [/docs/guides/webview](https://github.com/xtekky/gpt4free/blob/main/docs/webview.md)
118
118
119
119
##### Use your smartphone:
120
120
121
121
Run the Web UI on Your Smartphone:
122
- [/docs/guides/phone](/docs/guides/phone.md)
122
- [/docs/guides/phone](https://github.com/xtekky/gpt4free/blob/main/docs/guides/phone.md)
123
123
124
124
#### Use python
125
125
@@ -135,18 +135,18 @@ pip install -U g4f[all]
135
135
```
136
136
137
137
How do I install only parts or do disable parts?
138
Use partial requirements: [/docs/requirements](/docs/requirements.md)
138
Use partial requirements: [/docs/requirements](https://github.com/xtekky/gpt4free/blob/main/docs/requirements.md)
139
139
140
140
##### Install from source:
141
141
142
142
How do I load the project using git and installing the project requirements?
143
Read this tutorial and follow it step by step: [/docs/git](/docs/git.md)
143
Read this tutorial and follow it step by step: [/docs/git](https://github.com/xtekky/gpt4free/blob/main/docs/git.md)
144
144
145
145
146
146
##### Install using Docker:
147
147
148
148
How do I build and run composer image from source?
149
Use docker-compose: [/docs/docker](/docs/docker.md)
149
Use docker-compose: [/docs/docker](https://github.com/xtekky/gpt4free/blob/main/docs/docker.md)
150
150
151
151
152
152
## 💡 Usage
@@ -184,13 +184,13 @@ image_url = response.data[0].url
184
184
```
185
185
186
186
187
[](/docs/client.md)
187
[](https://github.com/xtekky/gpt4free/blob/main/docs/client.md)
188
188
189
189
**Full Documentation for Python API**
190
190
191
- New AsyncClient API from G4F: [/docs/async_client](/docs/async_client.md)
192
- Client API like the OpenAI Python library: [/docs/client](/docs/client.md)
193
- Legacy API with python modules: [/docs/legacy](/docs/legacy.md)
191
- New AsyncClient API from G4F: [/docs/async_client](https://github.com/xtekky/gpt4free/blob/main/docs/async_client.md)
192
- Client API like the OpenAI Python library: [/docs/client](https://github.com/xtekky/gpt4free/blob/main/docs/client.md)
193
- Legacy API with python modules: [/docs/legacy](https://github.com/xtekky/gpt4free/blob/main/docs/legacy.md)
194
194
195
195
#### Web UI
196
196
@@ -209,7 +209,7 @@ python -m g4f.cli gui -port 8080 -debug
209
209
210
210
You can use the Interference API to serve other OpenAI integrations with G4F.
211
211
212
See docs: [/docs/interference](/docs/interference.md)
212
See docs: [/docs/interference](https://github.com/xtekky/gpt4free/blob/main/docs/interference.md)
213
213
214
214
Access with: http://localhost:1337/v1
215
215
@@ -843,11 +843,11 @@ We welcome contributions from the community. Whether you're adding new providers
843
843
844
844
###### Guide: How do i create a new Provider?
845
845
846
- Read: [/docs/guides/create_provider](/docs/guides/create_provider.md)
846
- Read: [/docs/guides/create_provider](https://github.com/xtekky/gpt4free/blob/main/docs/guides/create_provider.md)
847
847
848
848
###### Guide: How can AI help me with writing code?
849
849
850
- Read: [/docs/guides/help_me](/docs/guides/help_me.md)
850
- Read: [/docs/guides/help_me](https://github.com/xtekky/gpt4free/blob/main/docs/guides/help_me.md)
851
851
852
852
## 🙌 Contributors
853
853
@@ -889,11 +889,11 @@ A list of all contributors is available [here](https://github.com/xtekky/gpt4fre
889
889
<img src="https://avatars.githubusercontent.com/u/97126670?s=45&v=4" width="45" title="nathanrchn">
890
890
<img src="https://avatars.githubusercontent.com/u/81407603?v=4&s=45" width="45" title="dsdanielpark">
891
891
892
- The [`Vercel.py`](g4f/Provider/Vercel.py) file contains code from [vercel-llm-api](https://github.com/ading2210/vercel-llm-api) by [@ading2210](https://github.com/ading2210)
893
- The [`har_file.py`](g4f/Provider/openai/har_file.py) has input from [xqdoo00o/ChatGPT-to-API](https://github.com/xqdoo00o/ChatGPT-to-API)
894
- The [`PerplexityLabs.py`](g4f/Provider/openai/har_file.py) has input from [nathanrchn/perplexityai](https://github.com/nathanrchn/perplexityai)
895
- The [`Gemini.py`](g4f/Provider/needs_auth/Gemini.py) has input from [dsdanielpark/Gemini-API](https://github.com/dsdanielpark/Gemini-API)
896
- The [`MetaAI.py`](g4f/Provider/MetaAI.py) file contains code from [meta-ai-api](https://github.com/Strvm/meta-ai-api) by [@Strvm](https://github.com/Strvm)
892
- The [`Vercel.py`](https://github.com/xtekky/gpt4free/blob/main/g4f/Provider/Vercel.py) file contains code from [vercel-llm-api](https://github.com/ading2210/vercel-llm-api) by [@ading2210](https://github.com/ading2210)
893
- The [`har_file.py`](https://github.com/xtekky/gpt4free/blob/main/g4f/Provider/openai/har_file.py) has input from [xqdoo00o/ChatGPT-to-API](https://github.com/xqdoo00o/ChatGPT-to-API)
894
- The [`PerplexityLabs.py`](https://github.com/xtekky/gpt4free/blob/main/g4f/Provider/openai/har_file.py) has input from [nathanrchn/perplexityai](https://github.com/nathanrchn/perplexityai)
895
- The [`Gemini.py`](https://github.com/xtekky/gpt4free/blob/main/g4f/Provider/needs_auth/Gemini.py) has input from [dsdanielpark/Gemini-API](https://github.com/dsdanielpark/Gemini-API)
896
- The [`MetaAI.py`](https://github.com/xtekky/gpt4free/blob/main/g4f/Provider/MetaAI.py) file contains code from [meta-ai-api](https://github.com/Strvm/meta-ai-api) by [@Strvm](https://github.com/Strvm)
897
897
898
898
*Having input implies that the AI's code generation utilized it as one of many sources.*
899
899
@@ -933,7 +933,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
933
933
</td>
934
934
<td>
935
935
<img src="https://img.shields.io/badge/License-GNU_GPL_v3.0-red.svg"/> <br>
936
This project is licensed under <a href="./LICENSE">GNU_GPL_v3.0</a>.
936
This project is licensed under <a href="https://github.com/xtekky/gpt4free/blob/main/LICENSE">GNU_GPL_v3.0</a>.
937
937
</td>
938
938
</tr>
939
939
</table>