mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
* feat(rust): route OCR, messages, and responses-websocket through Rust by default; remove flags and error-fallback * fix(rust): drop now-unused os import; route Python-handler tests off the default Rust path * test(rust): assert native-anthropic gate routes to Rust even when litellm_params.rust is false The gate no longer reads litellm_params.rust after the flag removal, so passing rust=False here proves Rust runs unconditionally and guards against anyone re-introducing a rust gate on the native-anthropic path. |
||
|---|---|---|
| .. | ||
| test_aiohttp_cleanup_closed.py | ||
| test_aiohttp_handler.py | ||
| test_aiohttp_so_keepalive.py | ||
| test_aiohttp_transport.py | ||
| test_credential_leak_prevention.py | ||
| test_gemini_session_leak.py | ||
| test_http_handler.py | ||
| test_llm_http_handler.py | ||
| test_mock_transport.py | ||