Skip to main content

新增ollama调用的API文档

· One min read

🎉现在可以在通过代码调用模型了!例如

curl http://localhost:11434/api/generate -d '{
"model": "llama3.2",
"prompt": "Why is the sky blue?"
}'

详细api教程