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

8 lines
154 B
Python

from dify_plugin.interfaces.model.openai_compatible.rerank import (
OAICompatRerankModel,
)
class OpenAIRerankModel(OAICompatRerankModel):
pass