mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
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:
parent
7075cd4ba1
commit
ea8d6b847a
20 changed files with 611 additions and 442 deletions
4
setup.py
4
setup.py
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue