mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 12:25:53 +08:00
fix: incorrect config key name (#6371)
Co-authored-by: LionYuYu <lyu@theknotww.com>
This commit is contained in:
parent
ca69e1a2f5
commit
4ed1476531
@ -79,7 +79,7 @@ class HostedAzureOpenAiConfig(BaseSettings):
|
|||||||
default=False,
|
default=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
HOSTED_OPENAI_API_KEY: Optional[str] = Field(
|
HOSTED_AZURE_OPENAI_API_KEY: Optional[str] = Field(
|
||||||
description='',
|
description='',
|
||||||
default=None,
|
default=None,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user