mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-01-06 01:02:13 -08:00
~
This commit is contained in:
parent
0faeb0b59c
commit
60eaab0bda
3 changed files with 6 additions and 11 deletions
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…
Add table
Add a link
Reference in a new issue