vision-agent
vision-agent copied to clipboard
Loading local model, running task error
Traceback (most recent call last):
File "va_ollama.py", line 3, in
The following operation has been completed ollama pull llama3.1 ollama pull mxbai-embed-large
The code for executing the file is as follows
import vision_agent as va agent = va.agent.OllamaVisionAgentCoder() agent("Count the people in the image", media="./people.png")