Online Demos and Documents on generating data, running experiments and extending this environment will continue to be added!
unity version: windows, 2021.3.26f1c1
An example file is provided at chatgpt_backend.py to launch a ChatGPT backend using OpenAI API key.
pip install flask
pip install openai
Ensure you have set your OpenAI API key in the appropriate environment variable or configuration file. In chatgpt_backend.py
, modify the following line of code:
api_key = "YOUR_API_KEY"
cd lm_backend
python chatgpt_backend.py
Open our executable file to start various tasks!