Support upload image in gui

Add image upload to OpenaiChat
Add image response to OpenaiChat
Improve ChatGPT Plus Support
Remove unused requirements
This commit is contained in:
Heiner Lohaus
2024-01-13 15:37:36 +01:00
parent 7075cd4ba1
commit ea8d6b847a
20 changed files with 611 additions and 442 deletions

View File

@@ -16,12 +16,10 @@ install_requires = [
"certifi",
"browser_cookie3",
"websockets",
"js2py",
"typing-extensions",
"PyExecJS",
"duckduckgo-search",
"nest_asyncio",
"waitress",
"werkzeug",
"loguru",
"pillow",
@@ -35,8 +33,6 @@ install_requires = [
"asyncstdlib",
"async-property",
"undetected-chromedriver",
"asyncstdlib",
"async_property",
"brotli",
"beautifulsoup4",
]