-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I stopped at the step of running test.py because I don't have an OpenAI API Key. In the previous steps, I encountered some problems. Hope this issue could help others.
- Two different versions of numpy would be required in the requirements.txt. I chosen the version 1.25.2.
- utils.py is not included in the reverie/backend_server and you should create it by yourself.
- After generating the utils.py, you should revise the code of the test.py or it will raise an error that "NameError: name 'openai_api_key' is not defined". You should replace the code "from utils import *" with "from reverie.backend_server import utils".
- Before running test.py, remember to install some needed packages which are not included in the requirements.txt. The required packages you need to install are as follows:
openai, python-dotenv, litellm, gpt4all, utils, selenium
Metadata
Metadata
Assignees
Labels
No labels