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