XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update README.md

0853189a
t.me/xtekky <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

1 个文件 +19 -2
Modified README.md +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 ```