Remove all hardcoded IPs from code and README - move to .env only
This commit is contained in:
@@ -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>)
|
||||
|
||||
## 📝 Лицензия
|
||||
|
||||
|
||||
Reference in New Issue
Block a user