Fix deprecation version

This commit is contained in:
Mark Backman
2026-03-03 14:33:16 -05:00
parent 5dc312ce0c
commit bc2843e30a
66 changed files with 201 additions and 201 deletions

View File

@@ -80,7 +80,7 @@ class OpenAISTTService(BaseWhisperSTTService):
Args:
model: Model to use — either gpt-4o or Whisper.
.. deprecated:: 1.0
.. deprecated:: 1.0.0
Use ``settings=BaseWhisperSTTSettings(model=...)`` instead.
api_key: OpenAI API key. Defaults to None.
@@ -210,7 +210,7 @@ class OpenAIRealtimeSTTService(WebsocketSTTService):
model: Transcription model. Supported values are
``"gpt-4o-transcribe"`` and ``"gpt-4o-mini-transcribe"``.
.. deprecated:: 1.0
.. deprecated:: 1.0.0
Use ``settings=OpenAIRealtimeSTTSettings(model=...)`` instead.
base_url: WebSocket base URL for the Realtime API.