mirror of
https://github.com/open-webui/open-webui.git
synced 2025-09-06 17:32:01 +02:00
chore: latest removed from tagName
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
num_ctx: ''
|
||||
};
|
||||
|
||||
$: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}:latest` : '';
|
||||
$: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}` : '';
|
||||
|
||||
$: if (!raw) {
|
||||
content = `FROM ${model}
|
||||
|
Reference in New Issue
Block a user