|
|
|
|
|
by airstrike
925 days ago
|
|
> Setting Up the Environment > 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>"
I guess it still relies on OpenAI |
|
0: https://github.com/oobabooga/text-generation-webui/discussio...