Skip to content

Some issues I encountered when deploying this project. #7

@Galaxy955

Description

@Galaxy955

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.

  1. Two different versions of numpy would be required in the requirements.txt. I chosen the version 1.25.2.
  2. utils.py is not included in the reverie/backend_server and you should create it by yourself.
  3. 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".
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions