📌 📄 内容摘要:
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
}’
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/898800/1
─────────────────────────────
📢 来源:LINUX DO