瀏覽代碼

Upgrade google-generativeai SDK to latest version

- Updated from 0.3.2 to >=0.8.0
- Fixes compatibility with current Gemini models
- Should resolve model not found errors

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Brad Lance 3 月之前
父節點
當前提交
6cfdb91161
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -5,6 +5,6 @@ python-dotenv==1.0.0
 httpx==0.26.0
 sqlalchemy==2.0.25
 aiosqlite==0.19.0
-google-generativeai==0.3.2
+google-generativeai>=0.8.0
 pydantic==2.5.3
 pydantic-settings==2.1.0