Implementation of Multi-Response for Next.js AI Chatbot #4365
Locked
clfhaha1234
started this conversation in
Idea
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building a chat UI using the Next.js AI Chatbot template from Vercel. By default, it supports only one response from OpenAI for each user query. Is there a way to make it more flexible to send multiple responses?
For example, how can I modify it to send an initial response, like 'Please wait, I am working on ....', and then send the actual answer after a short delay?
templete: https://vercel.com/templates/next.js/nextjs-ai-chatbot
Beta Was this translation helpful? Give feedback.
All reactions