Update: sync local state to remote
This commit is contained in:
+11
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user