mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #17850] [MERGED] chore: Remove unused parameter definitions #11373
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/17850
Author: @silentoplayz
Created: 9/28/2025
Status: ✅ Merged
Merged: 9/28/2025
Merged by: @tjbck
Base:
dev← Head:remove-unused-params📝 Commits (1)
670dfcaremove: used advanced params📊 Changes
2 files changed (+0 additions, -13 deletions)
View changed files
📝
backend/open_webui/utils/misc.py(+0 -7)📝
backend/open_webui/utils/payload.py(+0 -6)📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
misc.pyandpayload.py.Removed
The following parameters are removed from the expected configuration in
parse_ollama_modelfileinmisc.py:"typical_p""penalize_newline""numa""main_gpu""low_vram""f16_kv""vocab_only"Several parameters are removed from the transformation logic in
apply_model_params_to_body_ollamainpayload.py, including:"typical_p""penalize_newline""numa""main_gpu""low_vram""vocab_only"Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.