Vercel AI Chatbot Demo
Integrate with Vercel AI SDK
This demo shows how to integrate with Vercel AI SDK https://github.com/vercel-labs/ai-chatbot to create a chatbot with avatar display.
Using the useChat
hook creator, gives you helper config to setup your vercel ai person easily with emotion mapping.
Integrate the avatrar display in your react tree.
chat.tsx
Using the avatar hook you created!
chat.tsx
Make sure to trigger the audio playback setup on first interaction
chat.tsx
In order to remove the emotion tag from the prompt, you can use the removeEmotionFromPrompt
helper function.
chat-message.tsx