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