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>
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.
📋 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:
main← Head:no-internet-whisper📝 Commits (2)
8ab0338no internet connection for whisper if you use docker63e6f39refac📊 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.