[PR #165] [MERGED] Adding num_ctx to the model settings page #6982

Closed
opened 2025-11-11 17:13:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: main


📝 Commits (9)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/165 **Author:** [@AnthonyCucci](https://github.com/AnthonyCucci) **Created:** 11/30/2023 **Status:** ✅ Merged **Merged:** 11/30/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (9) - [`3449989`](https://github.com/open-webui/open-webui/commit/34499891ad2dfd44a39e49e7b6427d9cdb65210d) Merge pull request #161 from ollama-webui/dev - [`a43c168`](https://github.com/open-webui/open-webui/commit/a43c16896b2f6b41a82e5556c6b30b7f5295b78e) Merge pull request #163 from ollama-webui/dev - [`4c4d50f`](https://github.com/open-webui/open-webui/commit/4c4d50f10f67b4b1264c471d9b75c4c9f8f33ccd) Merge pull request #164 from ollama-webui/dev - [`ea25763`](https://github.com/open-webui/open-webui/commit/ea257636ee82bd8b7f1af2087e8f579ec1356c63) Update SettingsModal.svelte - [`cd22f73`](https://github.com/open-webui/open-webui/commit/cd22f733378ccdbff73754d98a9c3df09e3f5cfa) Update +page.svelte - [`d180943`](https://github.com/open-webui/open-webui/commit/d1809432520597417a4cd4f3756051dd440bd96f) Update +page.svelte - [`467384e`](https://github.com/open-webui/open-webui/commit/467384e9d51f2e19d1abe5133525936abefdb0e4) Update SettingsModal.svelte - [`ec07dff`](https://github.com/open-webui/open-webui/commit/ec07dff7d033ea55ac3d5cdb74063f9d984954f2) Update SettingsModal.svelte - [`8276385`](https://github.com/open-webui/open-webui/commit/827638527ad149bc0473aff4e95779256e6e7c8b) fix: step value update ### 📊 Changes **3 files changed** (+39 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/SettingsModal.svelte` (+21 -2) 📝 `src/routes/(app)/+page.svelte` (+9 -4) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+9 -4) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:13:33 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#6982