We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b17e6f commit c3278efCopy full SHA for c3278ef
admin/constants/ollama.ts
@@ -18,6 +18,7 @@ export const FALLBACK_RECOMMENDED_OLLAMA_MODELS: NomadOllamaModel[] = [
18
size: '5.1 GB',
19
context: '128k',
20
input: 'Text',
21
+ cloud: false
22
},
23
],
24
@@ -35,6 +36,7 @@ export const FALLBACK_RECOMMENDED_OLLAMA_MODELS: NomadOllamaModel[] = [
35
36
size: '1.1 GB',
37
38
39
40
41
42
@@ -51,6 +53,7 @@ export const FALLBACK_RECOMMENDED_OLLAMA_MODELS: NomadOllamaModel[] = [
51
53
size: '581 MB',
52
54
55
56
57
58
59
0 commit comments