Azure-Samples / azure-search-openai-demo-csharp

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
MIT License
551 stars 345 forks source link

Invalid parameter value for `azureOpenAIChatGptModelName` #286

Closed SvenAelterman closed 4 months ago

SvenAelterman commented 4 months ago

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

azd init -t azure-search-openai-demo-csharp azd up

Any log messages given by the failure

Deployment template validation failed: 'The provided value for the template parameter 'azureOpenAIChatGptModelName' is not valid. The value 'gpt-3.5-turbo' is not part of the allowed value(s):

Expected/desired behavior

Default value provided in main.parameters.json should be valid, namely gpt-35-turbo

OS and Version?

Win 11