Skip to content

Commit c3278ef

Browse files
committed
fix(AI): add cloud flag to fallback models
1 parent 6b17e6f commit c3278ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

admin/constants/ollama.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const FALLBACK_RECOMMENDED_OLLAMA_MODELS: NomadOllamaModel[] = [
1818
size: '5.1 GB',
1919
context: '128k',
2020
input: 'Text',
21+
cloud: false
2122
},
2223
],
2324
},
@@ -35,6 +36,7 @@ export const FALLBACK_RECOMMENDED_OLLAMA_MODELS: NomadOllamaModel[] = [
3536
size: '1.1 GB',
3637
context: '128k',
3738
input: 'Text',
39+
cloud: false
3840
},
3941
],
4042
},
@@ -51,6 +53,7 @@ export const FALLBACK_RECOMMENDED_OLLAMA_MODELS: NomadOllamaModel[] = [
5153
size: '581 MB',
5254
context: '128k',
5355
input: 'Text',
56+
cloud: false
5457
},
5558
],
5659
},

0 commit comments

Comments
 (0)