chore: latest removed from tagName

This commit is contained in:
Timothy J. Baek 2023-12-03 19:59:02 -08:00
parent 954bba9def
commit 8f291a9674

View File

@ -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}