mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-04 07:46:16 +02:00
fix(AI): type error in fallback models
This commit is contained in:
parent
7a3c4bfbba
commit
92a7564d6a
|
|
@ -18,7 +18,8 @@ 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
|
cloud: false,
|
||||||
|
thinking: false
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
@ -36,7 +37,8 @@ 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
|
cloud: false,
|
||||||
|
thinking: true
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
@ -53,7 +55,8 @@ export const FALLBACK_RECOMMENDED_OLLAMA_MODELS: NomadOllamaModel[] = [
|
||||||
size: '581 MB',
|
size: '581 MB',
|
||||||
context: '128k',
|
context: '128k',
|
||||||
input: 'Text',
|
input: 'Text',
|
||||||
cloud: false
|
cloud: false,
|
||||||
|
thinking: false
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user