Skip to content

Commit

Permalink
fix: Adding azopenai to model list (#2035)
Browse files Browse the repository at this point in the history
Fixing the error I encountered while using the azopenai mode
  • Loading branch information
itsliamdowd authored Aug 5, 2024
1 parent 1d4c14d commit 1c665f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions private_gpt/ui/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ def get_model_label() -> str | None:
"llamacpp": config_settings.llamacpp.llm_hf_model_file,
"openai": config_settings.openai.model,
"openailike": config_settings.openai.model,
"azopenai": config_settings.azopenai.llm_model,
"sagemaker": config_settings.sagemaker.llm_endpoint_name,
"mock": llm_mode,
"ollama": config_settings.ollama.llm_model,
Expand Down

0 comments on commit 1c665f7

Please sign in to comment.