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