mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
Adds a Rust port of litellm_core_utils/exception_mapping_utils.exception_type with its provider rule tables (OpenAI-compatible, Cohere, Vertex AI), the secret redaction patterns from secret_redaction.py, and a Python repr helper for messages that quote caller values. The public failure shapes are pinned by golden JSON fixtures under tests/test_litellm/rust_bridge/fixtures/public_failures, which the Python side reads too once the bridge is wired to this module. Nothing calls the port yet. |
||
|---|---|---|
| .. | ||
| chat_completions | ||
| fixtures/public_failures | ||
| messages | ||
| ocr | ||
| responses | ||
| __init__.py | ||
| native_route_wheel_test.py | ||
| stubtest.ini | ||
| test_bindings.py | ||
| test_catalog.py | ||
| test_configuration.py | ||
| test_dispatch.py | ||
| test_failures.py | ||
| test_legacy_callbacks.py | ||
| test_lifecycle.py | ||
| test_runtime.py | ||
| test_token_counter.py | ||
| test_verify_linux_native_wheel.py | ||