Remove all hardcoded IPs from code and README - move to .env only

This commit is contained in:
alex_z46
2026-08-04 19:38:24 +00:00
parent 3a85da73a2
commit aa4cfddf48
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -51,7 +51,7 @@ curl -X POST http://localhost:8005/transcribe \
"duration_sec": 2.7,
"stt_time_sec": 7.14,
"punct_time_sec": 0.87,
"server_used": "178.17.143.46:8080",
"server_used": "<QWEN_SERVER:8080>",
"stt_engine": "gigaam"
}
```
@@ -103,7 +103,7 @@ curl http://localhost:8005/health
┌─────────────┐
│ Qwen3.5-4B │ ← Пунктуация (178.17.143.46:8080)
│ Qwen3.5-4B │ ← Пунктуация (<QWEN_SERVER:8080>)
└─────┬───────┘
@@ -128,7 +128,7 @@ stt-pipeline-v3/
- FFmpeg (конвертация аудио)
- T-one STT (localhost:8003)
- GigaAM-v2 STT (localhost:8001)
- Qwen3.5-4B (178.17.143.46:8080)
- Qwen3.5-4B (<QWEN_SERVER:8080>)
## 📝 Лицензия