Skip to content

ManojKumar2920/Kairos-Chatbot

Repository files navigation

Kairos-Chatbot

Kairos AI

Welcome to Kairos AI, an open-source AI chatbot designed to assist with programming-related questions and problems. Kairos AI leverages the powerful Gemini language model and is built with Next.js for a seamless user experience.

Table of Contents

Features

  • Advanced AI Capabilities: Powered by the Gemini language model, Kairos AI provides accurate and insightful responses to a wide range of programming queries.
  • Modern Web Framework: Built with Next.js, ensuring a fast, scalable, and user-friendly interface.
  • Open Source: Completely open-source, inviting developers to contribute and enhance the chatbot.

Installation

To get started with Kairos AI, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/ManojKumar2920/Kairos-Chatbot.git
    cd kairos
  2. Install Dependencies:

    npm install
  3. Start the Development Server:

    npm run dev
  4. Open in Browser: Open your browser and navigate to http://localhost:3000.

Usage

Once the development server is running, you can interact with Kairos AI via the web interface. Simply type your programming-related questions in the chatbox, and Kairos AI will provide accurate and helpful responses.

Configuration

Kairos AI can be configured to suit your needs. Here are some key configuration options:

  • API Keys: Ensure you have the necessary API keys for the Gemini language model.
  • Environment Variables: Configure environment variables in a .env file for sensitive data.

Example .env file:

GEMINI_API_KEY=your_gemini_api_key

Contributing

We welcome contributions from the community! To contribute:

  1. Fork the Repository: Click the "Fork" button on the top right of the repository page.
  2. Create a New Branch:
    git checkout -b feature/your-feature-name
  3. Make Your Changes: Implement your feature or fix.
  4. Commit Your Changes:
    git commit -m "Description of your changes"
  5. Push to Your Branch:
    git push origin feature/your-feature-name
  6. Create a Pull Request: Submit your pull request for review.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

If you have any questions, issues, or suggestions, feel free to open an issue on GitHub or contact the project maintainers:


Thank you for using Kairos AI! We hope this chatbot helps you with your programming challenges. Happy coding!

About

Kairos AI is an AI Chatbot helping you in your programming queries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published