mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-14 02:55:00 -05:00
[PR #721] [MERGED] Added support for setting the new KeepAlive property to be sent to Ollama #7227
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/721
Author: @zabirauf
Created: 2/13/2024
Status: ✅ Merged
Merged: 2/13/2024
Merged by: @tjbck
Base:
main← Head:u/zabirauf/keep-alive📝 Commits (5)
7053f2fAdded Keep alive setting56966c4fix: keep alive value should be string3057bfechore: revert42b24cbfix: keep alive default valuebae30f2chore: remove unused variable📊 Changes
3 files changed (+40 additions, -3 deletions)
View changed files
📝
src/lib/components/chat/Settings/Advanced.svelte(+36 -1)📝
src/routes/(app)/+page.svelte(+2 -1)📝
src/routes/(app)/c/[id]/+page.svelte(+2 -1)📄 Description
The change supports the new KeepAlive property from Ollama which keeps the model loaded for quicker response. https://github.com/ollama/ollama/pull/2146
The change includes
keep_aliveTODO:
Related issue #596
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.