mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
chore: latest removed from tagName
This commit is contained in:
parent
954bba9def
commit
8f291a9674
@ -51,7 +51,7 @@
|
|||||||
num_ctx: ''
|
num_ctx: ''
|
||||||
};
|
};
|
||||||
|
|
||||||
$: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}:latest` : '';
|
$: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}` : '';
|
||||||
|
|
||||||
$: if (!raw) {
|
$: if (!raw) {
|
||||||
content = `FROM ${model}
|
content = `FROM ${model}
|
||||||
|
Loading…
Reference in New Issue
Block a user