A Vue 3 component for AI-powered chat functionality that can be installed via npm and used in any Vue project.
npm install gci-chatbot-aibash
npm install gci-chatbot-ai
or
yarn add gci-chatbot-ai
`
Usage
$3
`vue
`
$3
You can customize the API endpoint, client ID, and token:
`vue
`
$3
The ChatbotComponent component requires the following parameters:
- client-id: Your client identification string
- endpoint: The API endpoint URL for the chat service
- token: Authentication token for the API
`vue
`
Development
$3
`sh
npm install
`
$3
`sh
npm run dev
`
$3
`sh
npm run build
``