Files
dify-plugin-sdks/python/examples/openai_compat/models/text_embedding/text_embedding.py
T
2024-11-29 16:46:48 +08:00

8 lines
175 B
Python

from dify_plugin.interfaces.model.openai_compatible.text_embedding import (
OAICompatEmbeddingModel,
)
class OpenAITextEmbeddingModel(OAICompatEmbeddingModel):
pass