Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonburchel committed Jul 26, 2024
1 parent 31d931c commit d4c571d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ class _BingSettings(BaseSettings):
extra="ignore",
env_ignore_empty=True
)
key: str
key: str = ""
endpoint: str = "https://api.bing.microsoft.com"

class _BaseSettings(BaseSettings):
Expand All @@ -672,7 +672,6 @@ class _BaseSettings(BaseSettings):
sanitize_answer: bool = False
use_promptflow: bool = False


class _AppSettings(BaseModel):
base_settings: _BaseSettings = _BaseSettings()
azure_openai: _AzureOpenAISettings = _AzureOpenAISettings()
Expand Down

0 comments on commit d4c571d

Please sign in to comment.