Update: sync local state to remote

This commit is contained in:
SII-leiyu
2026-04-06 14:41:05 +08:00
parent cc5c0c3578
commit 9b8b052a21
714 changed files with 29375 additions and 42455 deletions
+11 -3
View File
@@ -1,5 +1,10 @@
# Gemini API Key for LLM analysis
GEMINI_API_KEY=your_gemini_api_key_here
# LLM API (OpenAI-compatible proxy)
GEMINI_API_KEY=your_api_key_here
LLM_BASE_URL=http://apicz.boyuerichdata.com/v1/
# Internal trade data API
INTERNAL_API_URL=http://103.197.25.170:18088
INTERNAL_API_KEY=your_internal_api_key_here
# Polygon Wallet Private Key (for trade execution)
POLYGON_WALLET_PRIVATE_KEY=your_private_key_here
@@ -17,11 +22,14 @@ FETCH_INTERVAL_SECONDS=5
TRENDING_MARKETS_LIMIT=50
# LLM Settings
LLM_MODEL=gemini-3-pro-preview
LLM_MODEL=gemini-3-flash-preview
LLM_TEMPERATURE=0
# Trade Execution (set to true to enable actual trading)
ENABLE_TRADE_EXECUTION=false
# Tavily API Key for web search
TAVILY_API_KEY=your_tavily_api_key_here
# Logging
LOG_LEVEL=INFO