eatingchew pushed to data-init-fixes at eatingchew/TPM
-
cbd580bb12 feat: V2 prompt system with benchmarks and CoT for Demo Day
-
1c16cb4321 [UX] Remove accordion, restore detailed prompt, keep popover options
-
14407e04d2 feat: improve LLM output styling and prompt structure
-
bfe88e4b80 docs: add README with setup, workflow, and guardrails; no code changes
-
3290b69d72 docs: add cursor.md guardrails to prevent tech debt; no code changes
- Compare 5 commits »
1 month ago
eatingchew pushed to data-init-fixes at eatingchew/TPM
-
c35d0cd8aa Fix syntax error in test script\n\n- Corrected missing parenthesis in test_llm_service.py\n- All tests now pass successfully
2 months ago
eatingchew pushed to data-init-fixes at eatingchew/TPM
-
5a93aa5fb4 Fix unhashable type error in prompt templates\n\n- Fixed syntax error in prompts/investment_advice.py: {{}} -> {}\n- Cleaned up duplicate imports in llm_service.py\n- Removed unused lru_cache import\n- All prompt templates now work correctly\n- Demo script runs successfully
2 months ago
eatingchew pushed to data-init-fixes at eatingchew/TPM
-
45e9ea7ec2 Add LLM investment advice feature with OpenAI integration\n\n- Created llm_service.py with comprehensive LLM advisor\n- Added config_openai.py for API configuration\n- Created prompts/investment_advice.py with prompt templates\n- Updated requirements.txt with OpenAI dependency\n- Modified main.py with /api/llm_advice endpoint\n- Enhanced result_view.html with LLM advice section\n- Added CSS styling for better UI\n- Created LLM_SETUP.md setup guide\n- Added test_llm_service.py for testing\n- Implemented caching, retry logic, and error handling\n- Features: strategy analysis, risk assessment, market insights
2 months ago
eatingchew pushed to data-init-fixes at eatingchew/TPM
-
fd39ea0287 Infra and data updates: fix Redis volume, expose DB, stabilize yfinance ingestion\n\n- docker-compose: use named volume for redis-data; keep common_network; Flask reachable on 8007\n- data_clear&update_us_v0.py: host=localhost; safe price_col; float cast; threads=False\n- data_clear&update_tw_v0.py: same fixes as US; robust insert values\n- update_data_daily.py: consistency fixes for yf.download and price column\n- requirements: align versions for stability\n- Re-initialized US/TW data to latest (2025-09-24)
2 months ago
eatingchew pushed to data-init-fixes at eatingchew/TPM
-
086961bed7 Update requirements.txt and finalize data initialization scripts
2 months ago
eatingchew pushed to data-init-fixes at eatingchew/TPM
-
9c6db84e15 Fix yfinance data download issues in data initialization scripts
2 months ago
eatingchew commented on pull request eatingchew/TPM#1
[tpm] fix data init and daily updater (yfinance cols, threads, paths, ports)good good good
2 months ago
eatingchew created pull request eatingchew/TPM#1
[tpm] fix data init and daily updater (yfinance cols, threads, paths, ports)2 months ago
eatingchew pushed to data-init-fixes at eatingchew/TPM
-
a811f29f84 [tpm] fix data init and daily updater (yfinance cols, threads, paths, ports)
2 months ago
eatingchew created repository eatingchew/TPM
2 months ago