OpenAI API seemed not under proxy using tts #562

Closed
opened 2025-11-11 14:26:03 -06:00 by GiteaMirror · 0 comments
Owner

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
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 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#562