by default ollama 0.9.0 does not see if embedding capability supported by model

#2
by ant196 - opened
> POST /api/show HTTP/1.1

Host: localhost:11434
Content-Type: application/json
User-Agent: insomnia/10.2.0
Accept: /
Content-Length: 55

| { "model": "huggingface.co/evilfreelancer/FRIDA-GGUF" }

"capabilities": [
"completion"
],

but api/embeddings endpoint works fine.

Sign up or log in to comment