Originally created by @nijisakai on GitHub (Mar 29, 2024).
Bug Report
Description
Bug Summary:
when add -e OPENAI_API_BASE_URLS="https://api.openai.com/v1 i got a blank screen and error says after a while: no connection to api.openai.com. remove this environment and everything goes fine.
Also, although i set proxy and i can use gpt-3.5 from litellm, i still can't use Audio from OpenAI API, gives a 500 error.
Originally created by @nijisakai on GitHub (Mar 29, 2024).
# Bug Report
## Description
**Bug Summary:**
when add -e OPENAI_API_BASE_URLS="https://api.openai.com/v1 i got a blank screen and error says after a while: no connection to api.openai.com. remove this environment and everything goes fine.
Also, although i set proxy and i can use gpt-3.5 from litellm, i still can't use Audio from OpenAI API, gives a 500 error.
## Environment
```
docker run --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_
URLS="http://127.0.0.1:11434;http://172.1.1.4:11434" -e http_proxy=http://172.2.2.4:7890 -e https_proxy=http://172.2.2.4:7890 -e no_proxy=127.0.0.1,localhost --name open-webui --restart always ghcr.io/open-webui/open-webui:main
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @nijisakai on GitHub (Mar 29, 2024).
Bug Report
Description
Bug Summary:
when add -e OPENAI_API_BASE_URLS="https://api.openai.com/v1 i got a blank screen and error says after a while: no connection to api.openai.com. remove this environment and everything goes fine.
Also, although i set proxy and i can use gpt-3.5 from litellm, i still can't use Audio from OpenAI API, gives a 500 error.
Environment