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

8 lines
172 B
Python

from dify_plugin.interfaces.model.openai_compatible.llm import (
OAICompatLargeLanguageModel,
)
class OpenAILargeLanguageModel(OAICompatLargeLanguageModel):
pass