mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-04 08:46:28 +00:00
fix: wrong default api_version
Should be dashes instead of underscores. see: https://learn.microsoft.com/en-us/azure/ai-services/openai/reference
This commit is contained in:
@@ -88,6 +88,6 @@ azopenai:
|
|||||||
azure_endpoint: ${AZ_OPENAI_ENDPOINT:}
|
azure_endpoint: ${AZ_OPENAI_ENDPOINT:}
|
||||||
embedding_deployment_name: ${AZ_OPENAI_EMBEDDING_DEPLOYMENT_NAME:}
|
embedding_deployment_name: ${AZ_OPENAI_EMBEDDING_DEPLOYMENT_NAME:}
|
||||||
llm_deployment_name: ${AZ_OPENAI_LLM_DEPLOYMENT_NAME:}
|
llm_deployment_name: ${AZ_OPENAI_LLM_DEPLOYMENT_NAME:}
|
||||||
api_version: 2023_05_15
|
api_version: "2023-05-15"
|
||||||
embedding_model: text-embedding-ada-002
|
embedding_model: text-embedding-ada-002
|
||||||
llm_model: gpt-35-turbo
|
llm_model: gpt-35-turbo
|
||||||
|
Reference in New Issue
Block a user