mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-26 09:57:24 +03:00
~
This commit is contained in:
parent
0faeb0b59c
commit
60eaab0bda
12
.gitignore
vendored
12
.gitignore
vendored
@ -18,24 +18,20 @@ conversations.pkl
|
||||
accounts.txt
|
||||
|
||||
.idea/
|
||||
|
||||
**/__pycache__/
|
||||
|
||||
__pycache__/
|
||||
|
||||
*.log
|
||||
|
||||
cookie.json
|
||||
|
||||
*.pyc
|
||||
|
||||
dist/
|
||||
*.log
|
||||
*.pyc
|
||||
*.egg-info/
|
||||
*.egg
|
||||
*.egg-info
|
||||
build
|
||||
|
||||
test.py
|
||||
update.py
|
||||
cookie.json
|
||||
|
||||
# Emacs crap
|
||||
*~
|
@ -167,8 +167,7 @@ for token in chat_completion:
|
||||
print(content)
|
||||
```
|
||||
|
||||
## Models
|
||||
|
||||
## Models
|
||||
### gpt-3.5 / gpt-4
|
||||
|
||||
| Website| Provider| gpt-3.5 | gpt-4 | Stream | Status | Auth |
|
||||
|
@ -6,4 +6,4 @@ certifi
|
||||
browser_cookie3
|
||||
websockets
|
||||
pyexecjs
|
||||
js2py
|
||||
js2py
|
Loading…
Reference in New Issue
Block a user