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

XFEstudio/gpt4free

~

60eaab0b
abc <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

3 个文件 +5 -10
Modified .gitignore +3 -7
@@ -18,24 +18,20 @@ conversations.pkl
18 18 accounts.txt
19 19
20 20 .idea/
21
22 21 **/__pycache__/
23
24 22 __pycache__/
25 23
24 dist/
26 25 *.log
27
28 cookie.json
29
30 26 *.pyc
31
32 dist/
33 27 *.egg-info/
34 28 *.egg
35 29 *.egg-info
36 30 build
31
37 32 test.py
38 33 update.py
34 cookie.json
39 35
40 36 # Emacs crap
41 37 *~
Modified README.md +1 -2
@@ -167,8 +167,7 @@ for token in chat_completion:
167 167 print(content)
168 168 ```
169 169
170 ## Models
171
170 ## Models
172 171 ### gpt-3.5 / gpt-4
173 172
174 173 | Website| Provider| gpt-3.5 | gpt-4 | Stream | Status | Auth |
Modified requirements.txt +1 -1
@@ -6,4 +6,4 @@ certifi
6 6 browser_cookie3
7 7 websockets
8 8 pyexecjs
9 js2py
9 js2py