ai-chatbot
ai-chatbot copied to clipboard
where I can find history conversation list
where I can find the history conversation list
+1
in here (?)
in here (?)
are you deploy it on your local host?
in here (?)
are you deploy it on your local host?
No, this screenshot is from vercel deploying. But on localhost u can do the same thing and show same result, theres any problem that u faced with it?
I'm facing the same problem, the chat history is not shown in the sidebar only after reloading
are you sure you're login with the same your account vercel account? can you give me a clue about it? some screenshot or anything that related with it because everythings working fine on my machine
the history does not seem to persist properly unlike chatgpt
Looked into this. The issue appears to be that you need to reload to see the latest history entry update on localhost. I am able to verify that behavior. There might be an opportunity to make this better, liking missing a revalidatePath()
when the new entry is created 🙏 But the history is preserved.
Ah, related: https://github.com/vercel-labs/ai-chatbot/issues/87