yhp666 在 ollama更新0.11.7 中发帖
ollama更新版本了,主要是支持了Deepseek-v3.1,还可以在调用的时候通过think参数控制是否需要🤔
curl http://localhost:11434/api/chat -d ‘{
“model”: “deepseek-v3.1”,
“messages”: [
{
“role”: “user”,
“content”: “why is the sky blue?”
}
],
“think”: true
}’