Move all sensitive data to .env: API keys, IPs, URLs. Add example.env and .gitignore
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
# T-one STT Service
|
||||
TONE_URL=http://localhost:8003/transcribe
|
||||
|
||||
# GigaAM STT Service
|
||||
GIGAAM_URL=http://localhost:8001/transcribe
|
||||
|
||||
# Qwen3.5-4B Punctuation Service
|
||||
QWEN_URL=http://178.17.143.46:8080/v1/chat/completions
|
||||
QWEN_URL_FALLBACK=http://192.168.10.101:8888/v1/chat/completions
|
||||
QWEN_API_KEY=your_qwen_api_key_here
|
||||
QWEN_MODEL=Qwen3.5-4B-Q5_K_M.gguf
|
||||
QWEN_MODEL_FALLBACK=Qwen3.5-4B-MTP-GGUF
|
||||
|
||||
# Smart Routing Configuration
|
||||
MIN_TEXT_LENGTH=5
|
||||
SHORT_AUDIO_THRESHOLD=10
|
||||
Reference in New Issue
Block a user