aaraabot-web-component
v1.0.2
Published
A Web Component for chatbot functionality usable across any framework.
Maintainers
Readme
ChatBot Web Component
A customizable ChatBot web component built with LitElement.
Installation
npm install aaraabot-web-componentUsage
<script type="module">
import 'aaraabot-web-component';
</script>
<chat-bot
endpoint="https://your-api-endpoint.com"
heading="My AI Assistant"
theme="dark"
initial-model="gpt-4o"
initial-temperature="0.7"
initial-max-tokens="2048"
initial-top-p="0.9"
></chat-bot>Attributes
endpoint: API endpoint for the chatbotheading: Chat window headingtheme: 'dark' or 'light'initial-model: Initial AI model to useinitial-temperature: Initial temperature settinginitial-max-tokens: Initial max tokens settinginitial-top-p: Initial top-p setting
License
MIT
