Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
]

GroqAudioModels = Literal[
"whisper-large-v3", "distil-whisper-large-v3-en", "whisper-large-v3-turbo"
"whisper-large-v3", "whisper-large-v3-turbo"
]
Comment on lines 143 to 145
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description mentions removing the deprecated model from the “OpenAI list”, but the actual change is to GroqAudioModels (Groq STT models) inside the OpenAI plugin. Consider updating the PR title/description to explicitly mention the Groq STT adapter to avoid confusion for reviewers/users (especially since the Groq plugin still lists this model).

Copilot uses AI. Check for mistakes.

DeepSeekChatModels = Literal[
Expand Down
Loading