azure-search-openai-demo icon indicating copy to clipboard operation
azure-search-openai-demo copied to clipboard

Feat add chatgpt UI issue13

Open bdleavitt opened this issue 2 years ago • 0 comments

Purpose

Creates a ChatGPT screen that allows vanilla conversations with the AI models. Adds UI Adds frontend methods for calling API Adds backend routes in flask for chatgpt Adds backend approach for chatgpt that parses frontend conversation history format into chat/completions output.

includes a default system message to make the bot talk like pirate (we can change this later)

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

Deploy. Click chatgpt.

bdleavitt avatar Apr 30 '23 01:04 bdleavitt