mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
8 lines
174 B
Python
8 lines
174 B
Python
from dify_plugin.interfaces.model.openai_compatible.speech2text import (
|
|
OAICompatSpeech2TextModel,
|
|
)
|
|
|
|
|
|
class OpenAISpeech2TextModel(OAICompatSpeech2TextModel):
|
|
pass
|