返回提交历史
Modified
README.md
+19
-2
XFEstudio/gpt4free
Update README.md
0853189a
代码差异
1 个文件
+19
-2
@@ -1,4 +1,21 @@
1
working on it...
1
working on it
2
### !! important !!
3
if you find any site that proposes free language models, make a suggestion and I will reverse engineer it and add it to this repo
4
5
current sites (some already on this repo, some I am working on):
6
7
- ora.sh (gpt 3.5)
8
- nat.dev (paid now, looking for bypass) (gpt 4/3.5)
9
- poe.com (gpt 4/3.5)
10
- writesonic.com (gpt 3.5 / internet)
11
- t3nsor.com (gpt 3.5)
12
13
these sites are all accesible without auth
14
sites with auth (will reverse but need account):
15
16
- chat.openai.com/chat
17
- bard.google.com
18
- bing.com/chat
2
19
3
20
### `poe` (use like openai pypi package) - gpt-4
4
21
@@ -82,4 +99,4 @@ for response in t3nsor.StreamCompletion.create(
82
99
messages = []):
83
100
84
101
print(response.completion.choices[0].text)
85
```
102
```