Clean up: remove reports/briefings, switch to Gemini official API, delete unused scripts
- Clear all reports/ and daily_briefings/ data - Update .env.example: LLM_BASE_URL to Gemini official endpoint - Remove unused backtest.py and test_signal_tracking.py Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
9b8b052a21
commit
b1cf6c9d31
+2
-2
@@ -1,6 +1,6 @@
|
||||
# LLM API (OpenAI-compatible proxy)
|
||||
# LLM API (Gemini official)
|
||||
GEMINI_API_KEY=your_api_key_here
|
||||
LLM_BASE_URL=http://apicz.boyuerichdata.com/v1/
|
||||
LLM_BASE_URL=https://generativelanguage.googleapis.com/v1beta/openai/
|
||||
|
||||
# Internal trade data API
|
||||
INTERNAL_API_URL=http://103.197.25.170:18088
|
||||
|
||||
Reference in New Issue
Block a user