curl --request GET \
--url http://127.0.0.1:9550/v2/scan_ollama_models
[
"<any>"
]
curl --request GET \
--url http://127.0.0.1:9550/v2/scan_ollama_models
[
"<any>"
]
Successfully scanned Ollama models
The response is of type any[]
.
Was this page helpful?