ollama/server/internal/registry
Blake Mizerany 4e535e6188
server/internal/registry: make pull send errors with Error field (#10326)
Previously, the pull handler would send an error message in the Status
field, this prevented the client from using the message as a signal to
stop. In the case of the "run" command, it would follow the pull with a
"show" which would print a nearly identical "not found" message for
unresolved models.

Fixes #10307
2025-04-18 18:12:28 -07:00
..
testdata server/internal/registry: take over pulls from server package (#9485) 2025-03-05 14:48:18 -08:00
server.go server/internal/registry: make pull send errors with Error field (#10326) 2025-04-18 18:12:28 -07:00
server_test.go server/internal/registry: make pull send errors with Error field (#10326) 2025-04-18 18:12:28 -07:00