File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414
1515SUPPORTED_OLLAMA_MODELS = {
1616 "llama3.2" : {"name" : "llama3.2" , "supports_tools" : True },
17- "mistral-nemo" : {"name" : "mistral-nemo" , "supports_tools" : True },
1817 "darkmoon/olmo:7B-instruct-q6-k" : {"name" : "olmo" , "supports_tools" : False },
1918 'llama3.1' : {'name' : 'llama3.1' , 'supports_tools' : True },
2019 "qwen2.5" : {"name" : "qwen2.5" , "supports_tools" : True },
2120 "mistral" : {"name" : "mistral" , "supports_tools" : True },
22- "qwen2 " : {"name" : "qwen2 " , "supports_tools" : True },
21+ "deepseek-r1:32b " : {"name" : "deepseek-r1 " , "supports_tools" : False },
2322}
2423
2524MODELS_ICONS = {
3130 "olmo" : "/public/olmo.png" ,
3231 "qwen2" : "/public/qwen.png" ,
3332 "qwen2.5" : "/public/qwen.png" ,
33+ "deepseek-r1" :"public/deepseek.png" ,
3434}
3535
3636
You can’t perform that action at this time.
0 commit comments