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