mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +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
|
@ -267,7 +267,7 @@ async def test_chat_completion_request_with_redaction():
|
|||
setattr(proxy_server, "llm_router", router)
|
||||
_test_logger = testLogger()
|
||||
litellm.callbacks = [_ENTERPRISE_SecretDetection(), _test_logger]
|
||||
litellm.set_verbose = True
|
||||
litellm._turn_on_debug()
|
||||
|
||||
# Prepare the query string
|
||||
query_params = "param1=value1¶m2=value2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue