返回提交历史
Modified
.gitignore
+3
-7
Modified
README.md
+1
-2
Modified
requirements.txt
+1
-1
XFEstudio/gpt4free
~
60eaab0b
代码差异
3 个文件
+5
-10
@@ -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
*~
@@ -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 |
@@ -6,4 +6,4 @@ certifi
6
6
browser_cookie3
7
7
websockets
8
8
pyexecjs
9
js2py
9
js2py