-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
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
404 on Instance /docs URL. #250
Comments
This looks like the repo for the site docs, not the OpenAPI docs, so I think this issue should actually be posted over here in the main repo: https://github.com/open-webui/open-webui/issues To answer your question though, it looks like the code is set up so you can't view the root Since it looks like you're using a docker image, just pass the env var |
The docs say the API should be in the code without qualifications. Also the code provides all the other documentation endpoints by default. I don't see anything suggesting this is a documentation error. If there is a change in progress, it's an incomplete code and documentation issue. Otherwise it's a code issue. |
|
Yes. That is the problem. |
According to docs.openwebui.com/api, I understand there should be documents at
ai.my.com/docs
, but all i see is a 404: Not Found. I'd expect to see documentation on Completion/Chat/Search APIs but I am not able to access it withghcr.io/open-webui/open-webui:main
as the instance.The text was updated successfully, but these errors were encountered: