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

@ -168,7 +168,6 @@ for token in chat_completion:
```
## Models
### gpt-3.5 / gpt-4
| Website| Provider| gpt-3.5 | gpt-4 | Stream | Status | Auth |