{#if ollamaVersion}
Manage Ollama Models
{#if OLLAMA_URLS.length > 1}
{/if}
Pull a model from Ollama.com
To access the available model names for downloading, click here.
{#if Object.keys(modelDownloadStatus).length > 0} {#each Object.keys(modelDownloadStatus) as model}
{model}
{modelDownloadStatus[model].pullProgress ?? 0}%
{modelDownloadStatus[model].digest}
{/each} {/if}
Delete a model
Experimental
{#if showExperimentalOllama}
{ uploadModelHandler(); }} >
Upload a GGUF model
{#if modelUploadMode === 'file'}
{ console.log(modelInputFile); }} accept=".gguf",".safetensors" required hidden />
{:else}
{/if}
{#if (modelUploadMode === 'file' && modelInputFile && modelInputFile.length > 0) || (modelUploadMode === 'url' && modelFileUrl !== '')} {/if}
{#if (modelUploadMode === 'file' && modelInputFile && modelInputFile.length > 0) || (modelUploadMode === 'url' && modelFileUrl !== '')}
Modelfile Content