Azzar AI Chat Widget (FREA)
Language:
How to Install
Add the following script to your website:
<script src="https://llm-test.azzar.workers.dev/widget.js"></script>
Features
- Automatically adapts to your website's color scheme
- Responsive design that works on all devices
- Persists conversation history in local storage
- Simple integration with just one line of code
- Welcome message is generated by FREA (the AI) and adapts to your website's language
- Live Wikipedia Search: Ask about topics like 'what is javascript' or 'who is Grace Hopper' to get summaries from Wikipedia.
- Specialized Persona: FREA is an expert in web development, IoT, and microcontrollers.
API Endpoint
For custom integrations, you can use the API endpoint directly:
POST https://llm-test.azzar.workers.dev/api/chat
Request body:
{
"message": "User message here",
"history": [
{"role": "user", "content": "Previous user message"},
{"role": "assistant", "content": "Previous AI response"}
]
}