1.2.17 • Published 9 months ago

@rayyan-panja/vue-ai-chat-bot v1.2.17

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

vue-ai-chat-bot (Still Under Development Do not Install)

Project Description:

vue-ai-chat-bot is a customizable chat window component designed to integrate an AI-powered chat assistant into web applications. It supports dynamic theming, is built with Vue 3's Composition API, and can be easily configured through JSON files for bot settings and appearance. The component connects seamlessly to an Express backend that communicates with the OpenAI API, offering a smooth and interactive chat experience.

Features:

  • Configurable settings for bot behavior
  • Customizable chat window themes
  • Integrates with OpenAI API
  • Built with Vue 3 and Composition API
  • Easy integration into Vue-based projects

Installation Instructions:

To install vue-ai-chat-bot, simply add it to your project's dependencies. Follow the steps below for installation.

Install the package:

npm i @rayyan-panja/vue-ai-chat-bot

Include the component:

<script setup>
import VueAIChatBot from '@rayyan-panja/vue-ai-chat-bot';
</script>

<template>
  <VueAIChatBot />
</template>

Set up the backend:

Add The Endpoint to .env file

VITE_CHATBOT_API_ENDPOINT=

Usage:

To use the vue-ai-chat-bot component in your project, follow the steps below:

Import the component:

<script setup>
import VueAIChatBot from '@rayyan-panja/vue-ai-chat-bot';
</script>

Add the component to your template:

<template>
  <VueAIChatBot />
</template>

Available Themes:

vue-ai-chat-bot offers several pre-defined themes for easy customization. You can switch between themes or create your own by adjusting the settings in the configuration file.

{
  "themes": [
    "oceanBlue",
    "lightMode",
    "darkMode",
    "sunset",
    "forestGreen",
    "purpleRain",
    "vibrantYellow"
  ]
}

License:

This project is proprietary and cannot be modified, distributed, or used for commercial purposes without explicit permission.

1.2.17

9 months ago

1.2.16

10 months ago

1.2.15

10 months ago

1.2.14

10 months ago

1.2.13

10 months ago

1.2.12

10 months ago

1.2.11

10 months ago

1.2.10

10 months ago

1.2.9

10 months ago

1.2.8

10 months ago

1.2.7

10 months ago

1.2.6

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.10

10 months ago

1.1.9

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago