> To set up your environment, you will need to generate a utils.py file that contains your OpenAI API key and download the necessary packages.
> Step 1. Generate Utils File
> In the reverie/backend_server folder (where reverie.py is located), create a new file titled utils.py and copy and paste the content below into the file:
# Copy and paste your OpenAI API Key
openai_api_key = "<Your OpenAI API>"
tetris11|2 years ago
https://github.com/a16z-infra/ai-town
airstrike|2 years ago
> To set up your environment, you will need to generate a utils.py file that contains your OpenAI API key and download the necessary packages.
> Step 1. Generate Utils File
> In the reverie/backend_server folder (where reverie.py is located), create a new file titled utils.py and copy and paste the content below into the file:
I guess it still relies on OpenAIaaronscott|2 years ago