From d9ae2543b75f320b8deb869d9bc987cdcab4ccfd Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Thu, 26 Feb 2026 22:25:50 +0800 Subject: [PATCH] feat: Add Gemini API key to .env.example for AI integration. --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 198c1099..a5aee599 100644 --- a/.env.example +++ b/.env.example @@ -5,6 +5,9 @@ POLYMARKET_API_KEY=your_api_key_here TELEGRAM_BOT_TOKEN=your_bot_token_here TELEGRAM_CHAT_ID=your_chat_id_here +# AI +GEMINI_API_KEY=your_gemini_api_key_here + # Proxy Setting (optional) HTTPS_PROXY=http://127.0.0.1:7890 HTTP_PROXY=http://127.0.0.1:7890