Switch transcription backend from Whisper to Mistral AI API

This commit is contained in:
Damien
2026-06-10 16:36:32 +02:00
parent bda2b516a4
commit ba63761c90
4 changed files with 374 additions and 507 deletions

View File

@@ -14,12 +14,11 @@ authors = [
]
dependencies = [
"ffmpeg>=1.4",
"mistralai>=0.1.0",
"ollama>=0.4.7",
"openai-whisper>=20240930",
"torch>=2.6.0",
"torchaudio>=2.6.0",
"torchvision>=0.21.0",
"transformers>=4.50.2",
"yt-dlp>=2025.3.27",
]
[project.scripts]