From b5880164a828cbdd33e72bb90a904cf726b38b11 Mon Sep 17 00:00:00 2001 From: sneakr Date: Fri, 10 Jul 2026 08:13:35 +0200 Subject: [PATCH] Preserve GGUF context on active reload --- .../src/features/model-picker/components/model-config-page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/frontend/src/features/model-picker/components/model-config-page.tsx b/studio/frontend/src/features/model-picker/components/model-config-page.tsx index 496a55735c..a2a3814a46 100644 --- a/studio/frontend/src/features/model-picker/components/model-config-page.tsx +++ b/studio/frontend/src/features/model-picker/components/model-config-page.tsx @@ -454,7 +454,7 @@ export function ModelConfigPage({ customContextLength: contextBaseline == null && config.customContextLength == null ? null - : resolveCustomContextLength(contextValue, contextBaseline), + : resolveCustomContextLength(contextValue, nativeContextLength), } : { ...config,