strix/strix
0xallam 2806467322 Suppress LiteLLM stdout banner spam
litellm.suppress_debug_info silences two unsolicited print() calls in
LiteLLM core: the "Provider List: https://docs.litellm.ai/docs/providers"
banner emitted by get_llm_provider_logic and the "Give Feedback /
Get Help" + "If you need to debug this error, use litellm._turn_on_debug()"
pair emitted by exception_mapping_utils on every LiteLLM exception.
Both are unconditional print() calls, not logger output, so log-level
config can't catch them. LiteLLM's own router and proxy_server set the
same flag for the same reason.
2026-06-07 17:36:19 -07:00
..
agents Strip model-aware branches from LLM configuration 2026-06-07 17:36:19 -07:00
config Suppress LiteLLM stdout banner spam 2026-06-07 17:36:19 -07:00
core Pre-warm-up unknown-model warning + LiteLLM streaming hardening 2026-06-07 17:36:19 -07:00
interface Pre-warm-up unknown-model warning + LiteLLM streaming hardening 2026-06-07 17:36:19 -07:00
report Strip model-aware branches from LLM configuration 2026-06-07 17:36:19 -07:00
runtime Strip narrative comments and module/helper docstrings 2026-05-26 14:02:40 -07:00
skills Merge origin/main into harness-migration 2026-05-26 14:30:30 -07:00
telemetry Strip narrative comments and module/helper docstrings 2026-05-26 14:02:40 -07:00
tools Strip narrative comments and module/helper docstrings 2026-05-26 14:02:40 -07:00
utils fix(agent): fix tool schemas not retrieved on pyinstaller binary and validate tool call args 2026-01-14 10:57:32 -08:00
__init__.py Open-source release for Alpha version 2025-08-08 20:36:44 -07:00