We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows
Main
GPT-3.5
Installation and setup
Using ubuntu 24.04.01 LTS, after cloning the repo in local, and running docker compose for building, the server get started but getting runtime error
Clone the repo and use command "docker compose -f docker-compose.yaml up --build" in the terminal as stated in the description.
def get_current_user(Authorize: AuthJWT = Depends(check_auth), request: Request = Depends()): backend-1 | NameError: name 'Request' is not defined
The text was updated successfully, but these errors were encountered:
same error
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Where are you using SuperAGI?
Windows
Which branch of SuperAGI are you using?
Main
Do you use OpenAI GPT-3.5 or GPT-4?
GPT-3.5
Which area covers your issue best?
Installation and setup
Describe your issue.
Using ubuntu 24.04.01 LTS, after cloning the repo in local, and running docker compose for building, the server get started but getting runtime error
How to replicate your Issue?
Clone the repo and use command "docker compose -f docker-compose.yaml up --build" in the terminal as stated in the description.
Upload Error Log Content
def get_current_user(Authorize: AuthJWT = Depends(check_auth), request: Request = Depends()): backend-1 | NameError: name 'Request' is not defined
The text was updated successfully, but these errors were encountered: