@if (!pullInProgress) {
Suggestions :
@for (s of pullSuggestions; track s) {
}
La liste complete est sur ollama.com/library.
}
@if (pullInProgress) {
{{ pullStatus }}
@if (pullTotal > 0) {
}
@if (pullTotal > 0) {
{{ formatBytes(pullCompleted) }} / {{ formatBytes(pullTotal) }} ({{ pullPercent }}%)
}
@if (pullTotal === 0) {
Preparation...
}
}