"IMG/vscode:/vscode.git/clone" did not exist on "d42bc359152cc8dac393a781495e5aa5bef0e789"
Commit 0ec4d565 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 0e7db891
......@@ -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) => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment