litellm/litellm-rust/crates/core-utils/src
Yujong Lee caf37c8b6f refactor(rust): share settings lookup and layer merge through core-utils
Settings sources beyond HTTP (media fetch, Azure Document Intelligence,
Vertex, timeouts) need the same env lookup and precedence merge, so move
them out of litellm-http into core_utils::settings. Lookup readers name the
Python idiom they mirror: get keeps a present empty value like
os.getenv(X, fallback), truthy drops it like an `or` chain, enabled only
switches on for "true". SSL_CERT_FILE now reads through truthy, matching
Python's `if ssl_cert_file and ...` check.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-18 20:36:07 -07:00
..
exception_mapping_utils test(rust): rename the standalone 429 test to match the rule 2026-09-18 14:01:09 -07:00
prompt_templates refactor(rust): add types and core-utils crates, unify the provider error 2026-09-17 22:01:14 -07:00
call_arguments.rs refactor(rust): add types and core-utils crates, unify the provider error 2026-09-17 22:01:14 -07:00
core_helpers.rs refactor(rust): add types and core-utils crates, unify the provider error 2026-09-17 22:01:14 -07:00
get_llm_provider_logic.rs refactor(rust): add types and core-utils crates, unify the provider error 2026-09-17 22:01:14 -07:00
lib.rs refactor(rust): share settings lookup and layer merge through core-utils 2026-09-18 20:36:07 -07:00
params.rs refactor(rust): add types and core-utils crates, unify the provider error 2026-09-17 22:01:14 -07:00
secret_redaction.rs refactor(rust): make the exception mapper a pure rule table 2026-09-18 13:59:36 -07:00
serde_compat.rs refactor(rust): add types and core-utils crates, unify the provider error 2026-09-17 22:01:14 -07:00
settings.rs refactor(rust): share settings lookup and layer merge through core-utils 2026-09-18 20:36:07 -07:00
url_utils.rs refactor(rust): add types and core-utils crates, unify the provider error 2026-09-17 22:01:14 -07:00