🤖 ChatBot Widget

Interaktivní demo chatbot widgetu s AI asistencí

✨ Funkce widgetu

📝 Konfigurace

ChatbotWidget.init({
  // Požadované
  apiKey: 'secret',
  apiUrl: 'https://xchatbotapi.ddev.site/api/v1',
  
  // Volitelné
  theme: 'auto',        // 'light' | 'dark' | 'auto'
  language: 'auto',     // 'cs' | 'en' | 'de' | 'sk' | 'auto'
  apiMode: 'stream',    // 'stream' nebo 'standard'
  position: 'bottom-right',
  debug: true
});