Skip to content

ChatBot project that uses GPU-accelerated models to power a Discord bot that provides intelligent responses in Discord channels.

Notifications You must be signed in to change notification settings

Kyouma960/ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

CHATBOT

Spark intelligent conversations with AI.


Table of Contents


Overview

The ChatBot project uses GPU-accelerated models to power a Discord bot that provides intelligent responses with the LlamaForCausalLM model. It handles Colab disconnections automatically, enhancing AI-driven interactions in Discord.


Repository Structure

└── ChatBot/
    ├── README.md
    └── chatbot.ipynb

Getting Started

Prerequisites

  • Jupyter Notebook

Installation

  1. Clone the repository:

    git clone https://github.com/Kyouma960/ChatBot
  2. Navigate to the project directory:

    cd ChatBot
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

Run the project:

jupyter nbconvert --execute notebook.ipynb

Tests

Run tests:

pytest notebook_test.py

Contributing

  1. Fork the repository.
  2. Create a new branch.
  3. Commit and push your changes.
  4. Submit a Pull Request.

License

This project is licensed under the SELECT-A-LICENSE.


Acknowledgments

About

ChatBot project that uses GPU-accelerated models to power a Discord bot that provides intelligent responses in Discord channels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published