[PR #725] [MERGED] fix: no internet connection for whisper if you use docker #20434

Closed
opened 2026-04-20 02:57:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/725
Author: @jannikstdl
Created: 2/14/2024
Status: Merged
Merged: 2/15/2024
Merged by: @tjbck

Base: mainHead: no-internet-whisper


📝 Commits (2)

  • 8ab0338 no internet connection for whisper if you use docker
  • 63e6f39 refac

📊 Changes

3 files changed (+13 additions, -5 deletions)

View changed files

📝 Dockerfile (+6 -0)
📝 backend/apps/audio/main.py (+4 -4)
📝 backend/config.py (+3 -1)

📄 Description

If you use docker, there is no internetconnection now needed to load the whisper model on first use since it is preloaded in the Docker Image buildtime.

Added env variables in the Dockerfile to change the whisper model and the location where its stored.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/725 **Author:** [@jannikstdl](https://github.com/jannikstdl) **Created:** 2/14/2024 **Status:** ✅ Merged **Merged:** 2/15/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `no-internet-whisper` --- ### 📝 Commits (2) - [`8ab0338`](https://github.com/open-webui/open-webui/commit/8ab0338e7120c4fbc71dc55cf32c2bb91999fe5c) no internet connection for whisper if you use docker - [`63e6f39`](https://github.com/open-webui/open-webui/commit/63e6f39b3193e2ab6c4583f73110d543b955e4e1) refac ### 📊 Changes **3 files changed** (+13 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+6 -0) 📝 `backend/apps/audio/main.py` (+4 -4) 📝 `backend/config.py` (+3 -1) </details> ### 📄 Description If you use docker, there is no internetconnection now needed to load the whisper model on first use since it is preloaded in the Docker Image buildtime. Added env variables in the Dockerfile to change the whisper model and the location where its stored. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 02:57:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#20434