litellm/litellm-rust
Yujong Lee c635c35b3d fix(rust): keep native OCR on the proxy by declining only a supplied client
The proxy attaches its shared aiohttp session to every request as shared_session, so declining on it sent every proxy OCR call to Python, which never uses that session for OCR. aclient_session is a litellm global and never a call argument, so that check could not match. The proxy-shaped lifecycle test now asserts the call was served by Rust
2026-09-18 18:47:36 -07:00
..
crates fix(rust): keep native OCR on the proxy by declining only a supplied client 2026-09-18 18:47:36 -07:00
.gitignore feat: add LiteLLM Rust workspace with Mistral OCR bridge (#31033) 2026-06-23 13:16:47 -07:00
Cargo.lock chore: merge main into litellm_rust_http_pool_ocr 2026-09-19 00:10:17 +00:00
Cargo.toml chore: merge main into litellm_rust_http_pool_ocr 2026-09-19 00:10:17 +00:00