feat: Add Gemini API key to .env.example for AI integration.
This commit is contained in:
@@ -5,6 +5,9 @@ POLYMARKET_API_KEY=your_api_key_here
|
|||||||
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
||||||
TELEGRAM_CHAT_ID=your_chat_id_here
|
TELEGRAM_CHAT_ID=your_chat_id_here
|
||||||
|
|
||||||
|
# AI
|
||||||
|
GEMINI_API_KEY=your_gemini_api_key_here
|
||||||
|
|
||||||
# Proxy Setting (optional)
|
# Proxy Setting (optional)
|
||||||
HTTPS_PROXY=http://127.0.0.1:7890
|
HTTPS_PROXY=http://127.0.0.1:7890
|
||||||
HTTP_PROXY=http://127.0.0.1:7890
|
HTTP_PROXY=http://127.0.0.1:7890
|
||||||
|
|||||||
Reference in New Issue
Block a user