fddd3644ae
- 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>
9 lines
278 B
Bash
9 lines
278 B
Bash
TELEGRAM_BOT_TOKEN=isi_token_dari_botfather
|
|
DEEPSEEK_API_KEY=isi_api_key_deepseek
|
|
DEEPSEEK_MODEL=deepseek-chat
|
|
ADMIN_TELEGRAM_ID=isi_telegram_id_anda
|
|
DB_PATH=/app/data/second_brain.db
|
|
CHROMA_PATH=/app/data/chromadb
|
|
UPLOAD_PATH=/app/data/uploads
|
|
EMBEDDING_MODEL=all-MiniLM-L6-v2
|