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