If you would like to contribute to ChatAI, please follow the guidelines below.
- Ubuntu 20.04+ or Windows 10+
- Python 3.10.6
- pip-23.0.1
Use this method if you want to contribute to the source code.
Use this installation method if you intend to modify the source code of Chat AI.
- Ubuntu 20.04+ or Windows 10+
- Python 3.10.6
- pip-23.0.1
- Fork this repo on github
git clone https://github.com/Capsize-Games/chatai
python -m venv env
- skip if you don't want to use venvcd chatairunner && pip install -e .
cd src/chatairunner && python main.py
python -m venv env
- skip if you don't want to use venv- Follow the instructions at https://github.com/w4ffl35/aihandler
cd chatairunner && pip install -e .
cd src/chatairunner && python main.py