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.
[ ] 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)
Description
Need to create a UI and update flask app with update routes to have a "vanilla" chatGPT experience using.
Expected/desired behavior
[x] User can click to a ChatGPT screen in the UI
[x] User can submit a message to chatGPT
[x] The user submission will successfully be passed as a properly formed "chat/completions" style message and conversation history.
[x] The model will respond back, and will be added to the conversation flow in the UI.
This issue is for a: (mark with an
x
)Description
Need to create a UI and update flask app with update routes to have a "vanilla" chatGPT experience using.
Expected/desired behavior
Design / Wiki References