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:
SII-leiyu
2026-04-18 15:54:47 +08:00
co-authored by Claude Opus 4.6
parent 9b8b052a21
commit b1cf6c9d31
293 changed files with 2 additions and 23030 deletions
+2 -2
View File
@@ -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