Spark intelligent conversations with AI.
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.
└── ChatBot/
├── README.md
└── chatbot.ipynb
- Jupyter Notebook
-
Clone the repository:
git clone https://github.com/Kyouma960/ChatBot
-
Navigate to the project directory:
cd ChatBot
-
Install the required dependencies:
pip install -r requirements.txt
Run the project:
jupyter nbconvert --execute notebook.ipynb
Run tests:
pytest notebook_test.py
- Fork the repository.
- Create a new branch.
- Commit and push your changes.
- Submit a Pull Request.
This project is licensed under the SELECT-A-LICENSE.