Add nodriver to Gemini provider,

Add slim docker image with google-chrome usage,
Add the new docker images to publish worklow,
Update requirements.txt and pip requirements
This commit is contained in:
Heiner Lohaus
2024-11-17 11:06:37 +01:00
parent 6ce493d4df
commit ea1448001d
21 changed files with 240 additions and 145 deletions

View File

@@ -62,6 +62,10 @@ EXTRA_REQUIRE = {
"duckduckgo-search>=5.0",
"browser_cookie3"
],
"search": [
"beautifulsoup4", "pillow",
"duckduckgo-search>=5.0",
],
"local": [
"gpt4all"
]