Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
6.37k stars 4.25k forks source link

Choose LLM in developer settings #2018

Open jeannot-prvlimburg opened 1 month ago

jeannot-prvlimburg commented 1 month ago

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

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

Expected/desired behavior

Add a setting in the developer settings tab to select the underlying LLM (e.g. GPT-3.5 or GPT-4o)

pamelafox commented 1 month ago

If you would like to implement that yourself, this PR shows the general changes I make when adding a new setting: https://github.com/Azure-Samples/azure-search-openai-demo/pull/1814/files

jeannot-prvlimburg commented 1 month ago

If you would like to implement that yourself, this PR shows the general changes I make when adding a new setting: https://github.com/Azure-Samples/azure-search-openai-demo/pull/1814/files

Thanks! I’ll give it a try.