mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 18:14:16 -05:00
[PR #165] [MERGED] Adding num_ctx to the model settings page #6982
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/165
Author: @AnthonyCucci
Created: 11/30/2023
Status: ✅ Merged
Merged: 11/30/2023
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (9)
3449989Merge pull request #161 from ollama-webui/deva43c168Merge pull request #163 from ollama-webui/dev4c4d50fMerge pull request #164 from ollama-webui/devea25763Update SettingsModal.sveltecd22f73Update +page.svelted180943Update +page.svelte467384eUpdate SettingsModal.svelteec07dffUpdate SettingsModal.svelte8276385fix: step value update📊 Changes
3 files changed (+39 additions, -10 deletions)
View changed files
📝
src/lib/components/chat/SettingsModal.svelte(+21 -2)📝
src/routes/(app)/+page.svelte(+9 -4)📝
src/routes/(app)/c/[id]/+page.svelte(+9 -4)📄 Description
I have added an option to change the default context length of 2048 up to 16000!
tested on my local and it was pulling proper context lengths.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.