Some explorations of AI dialogue.
Loading preview...
'use client'; import { AiChat } from "@/components/ui/ai-chat" const AIDialogDemo = () => { return ( <> <AiChat/> </> ); } export default {AIDialogDemo}