bdleavitt / chatgpt-on-azure

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.
https://azure.microsoft.com/products/search
MIT License
1 stars 0 forks source link

As a user, I want to have a chat UI that I can casually interact with chatGPT models (vanilla chat, no search) #13

Closed bdleavitt closed 1 year ago

bdleavitt commented 1 year 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)

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

kjpap commented 1 year ago

@bdleavitt - is this complete with PR #16 ? Should we close out?