mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
6 lines
157 B
Python
6 lines
157 B
Python
from dify_plugin.interfaces.model.openai_compatible.tts import OAICompatText2SpeechModel
|
|
|
|
|
|
class OpenAIText2SpeechModel(OAICompatText2SpeechModel):
|
|
pass
|