From 2eab43c35e3d87264d50a63c576b6d365195c97f Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 6 Jul 2025 14:38:28 +0400 Subject: [PATCH] fix --- src/lib/apis/ollama/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/apis/ollama/index.ts b/src/lib/apis/ollama/index.ts index 489055c1bb..17be7da9f5 100644 --- a/src/lib/apis/ollama/index.ts +++ b/src/lib/apis/ollama/index.ts @@ -366,7 +366,7 @@ export const unloadModel = async (token: string, tagName: string) => { Authorization: `Bearer ${token}` }, body: JSON.stringify({ - name: tagName + model: tagName }) }).catch((err) => { error = err;