+
108
-

回答

ollama支持最新的llama3.2-vision视觉模型了

800_auto

下载:ollama pull llama3.2-vision

curl http://localhost:11434/api/chat -d '{
  "model": "llama3.2-vision",
  "messages": [
    {
      "role": "user",
      "content": "what is in this image?",
      "images": ["<base64-encoded image data>"]
    }
  ]
}'

网友回复

我知道答案,我要回答