mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 01:55:22 -04:00
Open WebUI documentation refers to wrong OpenAI endpoint link #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AndersPier on GitHub (Jul 9, 2024).
Bug Report
Description
Open WebUI documentation refers to wrong OpenAI endpoint link under https://docs.openwebui.com/features/#-swagger-documentation. The
Bug Summary:
OpenAI endpoint docs link refers to | /openai/api/docs, e.g. http://localhost:3000/openai/api/docs - this link does not work (in my installation at least).
However the link /openai/docs, e.g. http://localhost:3000/openai/docs does work.
Steps to Reproduce:
Visit your local Open WebUI installation with the documented (/openai/api/docs) link, e.g. http://localhost:3000/openai/api/docs. This will not work, whereas the link (/openai/docs) does work, e.g. http://localhost:3000/openai/docs.
Expected Behavior:
Swagger documentation for OpenAI endpoint should show.
Actual Behavior:
Swagger documentation for OpenAI endpoint does not show.
Environment
Open WebUI Version: v0.3.7
Ollama (if applicable): 0.1.48
Operating System: Windows with WSL2
Browser (if applicable): Chrome Version 126.0.6478.127 (Official Build) (x86_64)
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
N/A
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
N/A
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
N/A
Installation Method
[Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.]
N/A
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
N/A
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!