This repository was archived by the owner on Dec 20, 2024. It is now read-only.
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
Uh oh!
There was an error while loading. Please reload this page.
-
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