// DIENST · QUANTUM-CHAT
⎊ Quantum-Chat
Embeddbarer KI-Chatbot mit persistenten Konversationen, Custom-Personas und domänenspezifischem Wissen — bereit für jede Website.
// LIVE-DEMO — QUANTUM CHAT
Demo: 5 Nachrichten/Tag ohne API-Key · Strg+K zum Fokussieren
// PERSONA KONFIGURATION
Chat-Einstellungen
// ANWENDUNGSFÄLLE
// INTEGRATION — WIDGET-EMBED
JavaScript Widget
src="https://ai.noclone.de/widget/chat.js"
data-key="YOUR_API_KEY"
data-persona="Support-Bot"
data-color="#00ff88"
></script>
PHP Backend
messages: [
['role' => 'user', 'content' => $msg]
],
persona: 'Support-Bot',
systemExtra: $context
);
echo $reply['text'];