mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test(base_llm_unit_tests.py): add test to ensure drop params is respe… (#8224)
* test(base_llm_unit_tests.py): add test to ensure drop params is respected * fix(types/prometheus.py): use typing_extensions for python3.8 compatibility * build: add cherry picked commits
This commit is contained in:
parent
d60d3ee970
commit
c8494abdea
15 changed files with 250 additions and 71 deletions
|
@ -168,4 +168,4 @@ def init_guardrails_v2(
|
|||
|
||||
guardrail_list.append(parsed_guardrail)
|
||||
|
||||
print(f"\nGuardrail List:{guardrail_list}\n") # noqa
|
||||
verbose_proxy_logger.info(f"\nGuardrail List:{guardrail_list}\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue