mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Add GeminiPro API provider
Set min version for undetected-chromedriver Add api_key to the new client
This commit is contained in:
parent
51b4aaae05
commit
51264fe20c
11 changed files with 223 additions and 68 deletions
2
setup.py
2
setup.py
|
|
@ -25,7 +25,7 @@ EXTRA_REQUIRE = {
|
|||
"beautifulsoup4", # internet.search and bing.create_images
|
||||
"brotli", # openai
|
||||
"platformdirs", # webdriver
|
||||
"undetected-chromedriver", # webdriver
|
||||
"undetected-chromedriver>=3.5.5", # webdriver
|
||||
"setuptools", # webdriver
|
||||
"aiohttp_socks", # proxy
|
||||
"pillow", # image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue