Add the file bot_system/.env with the contents:
OPENAI_API_KEY = "your openai api key"
It is advised to setup a local virtual python environment. Look here.
pip install -r requirements.txt
Run python bot_system/main.py
To show additional debug information (face analysis visualization and speech intend plotting) add the debug argument to the main when initilizing PepperGPT
prompter = PepperGPT(mute=False, no_cost=False, no_pepper=True, debug=True, context_data_path="bot_system/data")