Using Oobabooga
Step 1 - Install Oobabooga
python3 -m venv venv
source venv/bin/activate
# choose correct requirements.txt for your system
pip install -r requirements.txt
# install the openai extension
pip install -r extensions/openai/requirements.txtStep 2 - Start the server
python server.py --apiStep 3 - Configure Oobabooga
Step 4 - Enable the server in the client
settings -> ChatBot -> ChatBot Backend -> ChatGPTLast updated