diff --git a/frontend/src/views/ai/model/local/index.vue b/frontend/src/views/ai/model/local/index.vue index ac35ccfaffd3..c4d679e22828 100644 --- a/frontend/src/views/ai/model/local/index.vue +++ b/frontend/src/views/ai/model/local/index.vue @@ -63,7 +63,7 @@ const buttons = computed>(() => { const currentTab = computed(() => { const tab = route.query.tab; - if (tab === 'vllm' || tab === 'downloader' || (tab === 'tensorrt' && isFxplay.value)) { + if (tab === 'ollama' || tab === 'vllm' || tab === 'downloader' || (tab === 'tensorrt' && isFxplay.value)) { return tab; } if (tab === 'tensorrt') {