Add special case handling for STT, TTS, LLM

This commit is contained in:
Mark Backman
2025-06-26 00:15:09 -04:00
parent ac61139243
commit 951c8d34da

View File

@@ -272,6 +272,9 @@ def clean_title(title: str) -> str:
"playht": "PlayHT",
"xtts": "XTTS",
"lmnt": "LMNT",
"stt": "STT",
"tts": "TTS",
"llm": "LLM",
}
# Check if the entire title is a special case