fix: incorrect config key name (#6371)

Co-authored-by: LionYuYu <lyu@theknotww.com>
This commit is contained in:
Lion 2024-07-17 15:52:51 +08:00 committed by GitHub
parent ca69e1a2f5
commit 4ed1476531
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ class HostedAzureOpenAiConfig(BaseSettings):
default=False,
)
HOSTED_OPENAI_API_KEY: Optional[str] = Field(
HOSTED_AZURE_OPENAI_API_KEY: Optional[str] = Field(
description='',
default=None,
)