返回提交历史
Modified
README.md
+5
-3
XFEstudio/gpt4free
docu
121976b3
代码差异
1 个文件
+5
-3
@@ -37,9 +37,11 @@ This repository provides reverse-engineered language models from various sources
37
37
38
38
These sites will be reverse engineered but need account access:
39
39
40
* [chat.openai.com/chat](https://chat.openai.com/chat)
41
* [bard.google.com](https://bard.google.com)
42
* [bing.com/chat](https://bing.com/chat)
40
| Website | Model(s) |
41
| --------------------------------------------------- | -------------- |
42
| [chat.openai.com/chat](https://chat.openai.com/chat)| GPT-3.5 |
43
| [bard.google.com](https://bard.google.com) | custom / search|
44
| [bing.com/chat](https://bing.com/chat) | gpt-4/3.5 |
43
45
44
46
## Usage Examples <a name="usage-examples"></a>
45
47