add transcription history logging

This commit is contained in:
Serge Zaigraeff
2025-03-04 09:55:47 +03:00
parent 450750c47b
commit 8dab730d4a
8 changed files with 887 additions and 167 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# Имя окружения conda
CONDA_ENV_NAME="transcribe"
CONDA_ENV_NAME="whisper-api-server"
# Флаг обновления (по умолчанию false)
UPDATE_ENV=false