zhzabcd commited on
Commit
a0a1975
·
verified ·
1 Parent(s): 37c58a8

Update src/lib/components/workspace/Modelfiles.svelte

Browse files
src/lib/components/workspace/Modelfiles.svelte CHANGED
@@ -41,9 +41,9 @@
41
  };
42
 
43
  const shareModelfile = async (modelfile) => {
44
- toast.success($i18n.t('Redirecting you to OpenWebUI Community'));
45
 
46
- const url = 'https://openwebui.com';
47
 
48
  const tab = await window.open(`${url}/modelfiles/create`, '_blank');
49
  window.addEventListener(
 
41
  };
42
 
43
  const shareModelfile = async (modelfile) => {
44
+ toast.success($i18n.t('Redirecting you to https://czoffice.top/'));
45
 
46
+ const url = 'https://czoffice.top/';
47
 
48
  const tab = await window.open(`${url}/modelfiles/create`, '_blank');
49
  window.addEventListener(