forked from open-webui/open-webui
Revert "chore: latest removed from tagName"
This reverts commit 8f291a9674
.
This commit is contained in:
parent
8f291a9674
commit
ab5e7abffd
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
num_ctx: ''
|
num_ctx: ''
|
||||||
};
|
};
|
||||||
|
|
||||||
$: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}` : '';
|
$: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}:latest` : '';
|
||||||
|
|
||||||
$: if (!raw) {
|
$: if (!raw) {
|
||||||
content = `FROM ${model}
|
content = `FROM ${model}
|
||||||
|
|
Loading…
Reference in a new issue