mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #725] [MERGED] fix: no internet connection for whisper if you use docker #20434
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?
📋 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.