extended to use gemini, sswitched to use gemini-flash-latest

This commit is contained in:
Humphry
2025-10-20 13:17:16 +03:00
parent c0f69395c7
commit 0b3d31507e
10 changed files with 429 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ dependencies = [
"aiohttp",
"configparser",
"future",
"google-genai>=1.0.0,<2.0.0",
"json_repair",
"nano-vectordb",
"networkx",
@@ -59,6 +60,7 @@ api = [
"tenacity",
"tiktoken",
"xlsxwriter>=3.1.0",
"google-genai>=1.0.0,<2.0.0",
# API-specific dependencies
"aiofiles",
"ascii_colors",
@@ -105,6 +107,7 @@ offline-llm = [
"aioboto3>=12.0.0,<16.0.0",
"voyageai>=0.2.0,<1.0.0",
"llama-index>=0.9.0,<1.0.0",
"google-genai>=1.0.0,<2.0.0",
]
offline = [