Use exact service class names in LLMSettings docstrings

This commit is contained in:
Paul Kompfner
2026-03-06 22:30:15 -05:00
parent 6088e6eb52
commit 622d9279cb
29 changed files with 29 additions and 29 deletions

View File

@@ -19,7 +19,7 @@ from pipecat.services.settings import _warn_deprecated_param
@dataclass
class CerebrasLLMSettings(OpenAILLMSettings):
"""Settings for Cerebras LLM service."""
"""Settings for CerebrasLLMService."""
pass