Note Ubuntu 20.04 is highly recommended, since the initial version of python3 is python 3.8 (which is necessary for this package).
Please follow the official documentation for Ros Neotic, and also configure your ros environment.
git clone https://github.com/RIP4KOBE/CuriGPT.git
cd ~/CuriGPT
python3.8 -m venv curigpt
source curigpt/bin/activate
pip install -r requirements.txt
- Copy your Qwen API from this website
- Export it to environmental variables:
export DASHSCOPE_API_KEY=sk-bfe12097afed4249a73cbafb4fec3e1c
- Copy your OpenAI API from this website
- Paste it to
config/config.json
.