mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #3161] [MERGED] feat: add num_keep, num_batch #7994
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/3161
Author: @sammcj
Created: 6/14/2024
Status: ✅ Merged
Merged: 6/14/2024
Merged by: @tjbck
Base:
dev← Head:num_batch📝 Commits (1)
3f5e362feat: add num_keep, num_batch📊 Changes
41 files changed (+182 additions, -0 deletions)
View changed files
📝
backend/apps/ollama/main.py(+8 -0)📝
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte(+94 -0)📝
src/lib/components/chat/Settings/General.svelte(+4 -0)📝
src/lib/i18n/locales/ar-BH/translation.json(+2 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+2 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+2 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+2 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+2 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+2 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+2 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+2 -0)📝
src/lib/i18n/locales/en-US/translation.json(+2 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+2 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+2 -0)📝
src/lib/i18n/locales/fi-FI/translation.json(+2 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+2 -0)📝
src/lib/i18n/locales/fr-FR/translation.json(+2 -0)📝
src/lib/i18n/locales/he-IL/translation.json(+2 -0)📝
src/lib/i18n/locales/hi-IN/translation.json(+2 -0)📝
src/lib/i18n/locales/hr-HR/translation.json(+2 -0)...and 21 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added two parameters that are configurable in Ollama (Modelfiles/API/Clients).
Re: https://github.com/open-webui/open-webui/issues/3148
Added
num_batchnum_keepFixed
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.