mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-20 21:59:29 +01:00
refac
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
export let onSubmit: Function;
|
||||
export let model = null;
|
||||
export let edit = false;
|
||||
export let preset = true;
|
||||
|
||||
let loading = false;
|
||||
let success = false;
|
||||
@@ -382,7 +383,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{#if !edit || model.preset}
|
||||
{#if preset}
|
||||
<div class="my-1">
|
||||
<div class=" text-sm font-semibold mb-1">{$i18n.t('Base Model (From)')}</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user