azure openai gpt4 chat
v0.41.1
ChatGPT-like streaming chat bot powered by Azure OpenAI and GPT-4
NOTE: project and documentation in progress
This is a simple chat app that streams messages to and from an Azure OpenAI Services instance using a GPT-4 model deployment
git clone https://github.com/cu-cit-cloud-team/azure-openai-gpt4-chat.gitcd azure-openai-gpt4-chat.env.local.example to .env.local and fill in valuesnpm installnpm run devnpm run devhttp://localhost:3001 in your browserctrl+c to stoptextarea for input for multi-line support
textarea on page loadtextarea auto-resizes as you typeenter key to submit messageshift+enter for new linecmd+esc) when textarea has focuslight or dark based on system preference