This commit is contained in:
abc 2023-08-14 01:06:19 +02:00
parent 0faeb0b59c
commit 60eaab0bda
3 changed files with 6 additions and 11 deletions

12
.gitignore vendored
View File

@ -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
*~

View File

@ -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 |

View File

@ -6,4 +6,4 @@ certifi
browser_cookie3
websockets
pyexecjs
js2py
js2py