mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-08-26 18:56:41 -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
|