@@ -26,6 +26,10 @@ const ConfigPanel = () => {
const site = appData?.site
const themeBuilder = useThemeContext()
+ setTimeout(() => {
+ handleStartChat()
+ })
+
return (
<div className='flex flex-col max-h-[80%] w-full max-w-[720px]'>
<div