Open-Source Voice Chatbots

effortlessly build human-like AI chatbots with use-voice

import { useVoice } from "use-voice"; export default function Chatbot() { const { start } = useVoice({ accessToken: create chatbot }); return <button onClick={start}>start chatbot</button>; }