mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-12-24 20:48:14 +00:00
feat(ollama): add nemotron to thinking list
This commit is contained in:
@@ -24,6 +24,7 @@ const reasoningModels = [
|
|||||||
'qwen3',
|
'qwen3',
|
||||||
'deepseek-v3.1',
|
'deepseek-v3.1',
|
||||||
'magistral',
|
'magistral',
|
||||||
|
'nemotron-3-nano',
|
||||||
];
|
];
|
||||||
|
|
||||||
class OllamaLLM extends BaseLLM<OllamaConfig> {
|
class OllamaLLM extends BaseLLM<OllamaConfig> {
|
||||||
|
|||||||
Reference in New Issue
Block a user