mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #2155] Development issues #12775
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 @littledot2020 on GitHub (May 10, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2155
Hello, I am having trouble accessing the list of OpenAI models through the Python backend while developing locally. I am able to access the backend API data for login and registration without any issues. I am not using Docker for development. Can you please provide some guidance?
http://192.168.1.2:8081/openai/api/models error
I am having issues with the Python backend when trying to access OpenAI's API. Could it be a problem caused by using HTTP to access OpenAI's SSL? I am quite confused.