Hi,
I’ve installed ollama (currently ollama-0.13.5-1.0.6.1.sr20251204.x86_64
ollama-vulkan-0.13.5-1.0.6.1.sr20251204.x86_64) from main repository, but it cannot be used by vscode copilot plugin because it returns 0.0.0 as version number (while vscode requires a version >= 0.6.4) :
curl -i http://localhost:11434/api/version
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Date: Sun, 01 Feb 2026 21:35:09 GMT
Content-Length: 19
{“version”:“0.0.0”}