mirror of
https://github.com/ollama/ollama.git
synced 2026-04-29 23:48:32 -05:00
Errors that occur during pipeline processing are currently only logged but not sent back to the client. Rather than using HTTP status codes as we have historically done, this serializes errors as messages to allow sending them at any time during the stream.