why it show 400 in v1/api/comp....
time=2026-02-14T14:32:51.529+05:30 level=INFO source=routes.go:1725 msg="entering low vram mode" "total vram"="0 B" threshold="20.0 GiB"
[GIN] 2026/02/14 - 14:32:56 | 400 | 72.2898ms | 127.0.0.1 | POST "/v1/chat/completions"
[GIN] 2026/02/14 - 14:34:24 | 200 | 3.1542ms | 127.0.0.1 | GET "/api/tags"
[GIN] 2026/02/14 - 14:34:24 | 200 | 165.5041ms | 127.0.0.1 | POST "/api/show"
[GIN] 2026/02/14 - 14:35:54 | 400 | 67.0378ms | 127.0.0.1 | POST "/v1/chat/completions"
[GIN] 2026/02/14 - 14:35:57 | 400 | 85.173ms | 127.0.0.1 | POST "/v1/chat/completions"
[GIN] 2026/02/14 - 14:36:07 | 400 | 63.8674ms | 127.0.0.1 | POST "/v1/chat/completions"
"models": {
"providers": {
"ollama": {
"api": "openai-conpletions",
"baseUrl": "http://127.0.0.1:11434/v1",
"apiKey": "ollama-local",
"models": [
{
"id": "llama3",
"name": "llama3"
}
]
}
}
},```