Add special case handling for STT, TTS, LLM
This commit is contained in:
@@ -272,6 +272,9 @@ def clean_title(title: str) -> str:
|
|||||||
"playht": "PlayHT",
|
"playht": "PlayHT",
|
||||||
"xtts": "XTTS",
|
"xtts": "XTTS",
|
||||||
"lmnt": "LMNT",
|
"lmnt": "LMNT",
|
||||||
|
"stt": "STT",
|
||||||
|
"tts": "TTS",
|
||||||
|
"llm": "LLM",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check if the entire title is a special case
|
# Check if the entire title is a special case
|
||||||
|
|||||||
Reference in New Issue
Block a user