Chatbot Configuration
Basic Settings
The endpoint for your LLM API (OpenAI compatible format)
System Prompt
Define your chatbot's personality, knowledge domain, and behavior
Appearance
Advanced Settings
Number of previous messages to include for context
Generated Code
How to Use
  1. Configure your chatbot settings above
  2. Click "Generate Chatbot Code" to create the embed code
  3. Copy the generated code
  4. Paste it into your website's HTML before the closing </body> tag
  5. Your chatbot will appear on your website!
Note: Make sure your API endpoint supports CORS for web requests. The chatbot will work on any website that includes the generated code.