mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-24 21:15:37 -04:00
8 lines
175 B
Python
8 lines
175 B
Python
from dify_plugin.interfaces.model.openai_compatible.text_embedding import (
|
|
OAICompatEmbeddingModel,
|
|
)
|
|
|
|
|
|
class OpenAITextEmbeddingModel(OAICompatEmbeddingModel):
|
|
pass
|