The DuoAlly AI Chatbot is an interactive assistant designed to help League of Legends players improve their gameplay.
lol-chatbot-v2.mp4
- Python 3.7+
- An OpenAI API key
-
Clone the repository:
git clone https://github.com/DuoAlly/LoL-Chatbot-v2.git cd LoL-Chatbot-v2
-
Install dependencies:
pip install -r requirements.txt
-
Set your OpenAI API key:
export OPENAI_API_KEY="your-api-key-here"
Start the chatbot from the terminal:
python chatbot.py
Type your questions (e.g., "What items should I build on Yasuo?") and press Enter. Type exit
or quit
to end the session.
This project is licensed under the MIT License.
- Riot Games for creating League of Legends