6 Commits

Author SHA1 Message Date
Power BI Dev 7acdd5347c feat: add natural language reminder with LLM parsing and confirmation flow 2026-06-04 10:52:36 +07:00
Power BI Dev b031e30b1a fix: upgrade openai to >=1.52.0 for httpx 0.28 compatibility 2026-06-04 09:49:15 +07:00
Power BI Dev e8e7f02aff fix: replace sentence-transformers with fastembed to eliminate torch/CUDA dependency 2026-06-04 09:40:00 +07:00
Power BI Dev 1e30885e1a fix: upgrade python-telegram-bot to 21.3 to resolve httpx conflict with chromadb 2026-06-04 09:19:08 +07:00
Power BI Dev fddd3644ae chore: switch to DeepSeek API + sentence-transformers for free deployment
- Replace OpenAI LLM with DeepSeek (deepseek-chat) via OpenAI-compatible client
- Replace OpenAI embeddings with local sentence-transformers (all-MiniLM-L6-v2)
- Pre-download embedding model during Docker build
- Add .gitignore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 09:04:21 +07:00
Power BI Dev f62a711f5d first init 2026-06-04 08:33:41 +07:00