mirror of https://github.com/langgenius/dify.git
fix const
This commit is contained in:
parent
8140a950c2
commit
360a7b6c4f
|
|
@ -6,12 +6,12 @@ class HostedTrialProvider(StrEnum):
|
|||
Enum representing hosted model provider names for trial access.
|
||||
"""
|
||||
|
||||
OPENAI = "langgenius/openai"
|
||||
ANTHROPIC = "langgenius/anthropic"
|
||||
GEMINI = "langgenius/gemini"
|
||||
X = "langgenius/x"
|
||||
DEEPSEEK = "langgenius/deepseek"
|
||||
TONGYI = "langgenius/tongyi"
|
||||
ANTHROPIC = "langgenius/anthropic/anthropic"
|
||||
OPENAI = "langgenius/openai/openai"
|
||||
GEMINI = "langgenius/gemini/google"
|
||||
X = "langgenius/x/x"
|
||||
DEEPSEEK = "langgenius/deepseek/deepseek"
|
||||
TONGYI = "langgenius/tongyi/tongyi"
|
||||
|
||||
@property
|
||||
def config_key(self) -> str:
|
||||
|
|
|
|||
Loading…
Reference in New Issue