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 accounts.txt
.idea/ .idea/
**/__pycache__/ **/__pycache__/
__pycache__/ __pycache__/
*.log
cookie.json
*.pyc
dist/ dist/
*.log
*.pyc
*.egg-info/ *.egg-info/
*.egg *.egg
*.egg-info *.egg-info
build build
test.py test.py
update.py update.py
cookie.json
# Emacs crap # Emacs crap
*~ *~

View File

@ -167,8 +167,7 @@ for token in chat_completion:
print(content) print(content)
``` ```
## Models ## Models
### gpt-3.5 / gpt-4 ### gpt-3.5 / gpt-4
| Website| Provider| gpt-3.5 | gpt-4 | Stream | Status | Auth | | Website| Provider| gpt-3.5 | gpt-4 | Stream | Status | Auth |

View File

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