ollama/middleware
Bruce MacDonald 3980c0217d
server: decompress zstd request bodies in cloud passthrough middleware (#14827)
When a zstd-compressed request (e.g. from Codex CLI) hits /v1/responses
with a cloud model the request failed.

Fix by decompressing zstd bodies before
model extraction, so cloud models are detected and proxied directly
without the writer being wrapped.
2026-03-13 15:06:47 -07:00
..
anthropic.go middleware: handle non-JSON error responses gracefully (#14828) 2026-03-13 14:50:49 -07:00
anthropic_test.go middleware: enable local tool model for web search (#14787) 2026-03-11 17:51:39 -04:00
openai.go server: decompress zstd request bodies in cloud passthrough middleware (#14827) 2026-03-13 15:06:47 -07:00
openai_encoding_format_test.go embeddings: base64 encoding fix (#12715) 2025-10-22 11:27:44 -07:00
openai_test.go middleware: handle non-JSON error responses gracefully (#14828) 2026-03-13 14:50:49 -07:00
test_home_test.go anthropic: enable websearch (#14246) 2026-02-13 19:20:46 -08:00