From 0ec4d565933eb861b387cc3c5e5e47e8639e4a94 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 26 Jun 2024 00:23:24 -0700 Subject: [PATCH] fix --- src/lib/components/workspace/Functions.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/workspace/Functions.svelte b/src/lib/components/workspace/Functions.svelte index 8dba99d09..853a4fd03 100644 --- a/src/lib/components/workspace/Functions.svelte +++ b/src/lib/components/workspace/Functions.svelte @@ -48,7 +48,7 @@ const url = 'https://openwebui.com'; - const tab = await window.open(`${url}/tools/create`, '_blank'); + const tab = await window.open(`${url}/functions/create`, '_blank'); // Define the event handler function const messageHandler = (event) => {