From 951c8d34da9638d78e836668193cbd3a6c1cbde3 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 26 Jun 2025 00:15:09 -0400 Subject: [PATCH] Add special case handling for STT, TTS, LLM --- docs/api/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/conf.py b/docs/api/conf.py index 86a40a871..a2a568134 100644 --- a/docs/api/conf.py +++ b/docs/api/conf.py @@ -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