You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
使用我在pull request中的 dev/aibot/fix分支提供的requirements文件,创立python 3.9环境。试一下。
Creating a Python 3.9 environment using the requirements file I provided in the "dev/aibot/fix" branch of the pull request。
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.
openai, python-dotenv, litellm, gpt4all, utils, selenium
The text was updated successfully, but these errors were encountered: