feat: Implement AI analysis using Groq, replacing Gemini API key configuration.

This commit is contained in:
2569718930@qq.com
2026-02-26 23:02:41 +08:00
parent 59655b4088
commit 98451ff9e5
4 changed files with 38 additions and 26 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ TELEGRAM_BOT_TOKEN=your_bot_token_here
TELEGRAM_CHAT_ID=your_chat_id_here
# AI
GEMINI_API_KEY=your_gemini_api_key_here
GROQ_API_KEY=your_groq_api_key_here
# Proxy Setting (optional)
HTTPS_PROXY=http://127.0.0.1:7890