Jim Muggli
Results
1
comments of
Jim Muggli
The ollama model list should be easy to get and parse instead of manually typing them in. E.g. from bash I can do: curl -s http://$OLLAMA_HOST:11434/api/tags | jq -r '.models[].name'...