mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-04 07:46:16 +02:00
fix(AI): add cloud flag to fallback models
This commit is contained in:
parent
f63aad752f
commit
74e5618c40
|
|
@ -18,6 +18,7 @@ export const FALLBACK_RECOMMENDED_OLLAMA_MODELS: NomadOllamaModel[] = [
|
||||||
size: '5.1 GB',
|
size: '5.1 GB',
|
||||||
context: '128k',
|
context: '128k',
|
||||||
input: 'Text',
|
input: 'Text',
|
||||||
|
cloud: false
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
@ -35,6 +36,7 @@ export const FALLBACK_RECOMMENDED_OLLAMA_MODELS: NomadOllamaModel[] = [
|
||||||
size: '1.1 GB',
|
size: '1.1 GB',
|
||||||
context: '128k',
|
context: '128k',
|
||||||
input: 'Text',
|
input: 'Text',
|
||||||
|
cloud: false
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
@ -51,6 +53,7 @@ export const FALLBACK_RECOMMENDED_OLLAMA_MODELS: NomadOllamaModel[] = [
|
||||||
size: '581 MB',
|
size: '581 MB',
|
||||||
context: '128k',
|
context: '128k',
|
||||||
input: 'Text',
|
input: 'Text',
|
||||||
|
cloud: false
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user