ci/cd new release

This commit is contained in:
Ishaan Jaff
2025-07-23 13:50:36 -07:00
parent 461cd0c30a
commit 99031bf8b6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -83,10 +83,10 @@ if litellm_mode == "DEV":
# Register async client cleanup to prevent resource leaks
register_async_client_cleanup()
###################################################
####################################################
if set_verbose == True:
_turn_on_debug()
###################################################
####################################################
### Callbacks /Logging / Success / Failure Handlers #####
CALLBACK_TYPES = Union[str, Callable, CustomLogger]
input_callback: List[CALLBACK_TYPES] = []
+1 -1
View File
@@ -1165,7 +1165,7 @@ async def test_router_content_policy_fallbacks(
{
"model_name": "my-general-model",
"litellm_params": {
"model": "claude-2.1",
"model": "anthropic/claude-3-5-sonnet-latest",
"api_key": "",
"mock_response": Exception("Should not have called this."),
},