File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 83
83
# Register async client cleanup to prevent resource leaks
84
84
register_async_client_cleanup ()
85
85
86
- ###################################################
86
+ ####################################################
87
87
if set_verbose == True :
88
88
_turn_on_debug ()
89
- ###################################################
89
+ ####################################################
90
90
### Callbacks /Logging / Success / Failure Handlers #####
91
91
CALLBACK_TYPES = Union [str , Callable , CustomLogger ]
92
92
input_callback : List [CALLBACK_TYPES ] = []
Original file line number Diff line number Diff line change @@ -1165,7 +1165,7 @@ async def test_router_content_policy_fallbacks(
1165
1165
{
1166
1166
"model_name" : "my-general-model" ,
1167
1167
"litellm_params" : {
1168
- "model" : "claude-2.1 " ,
1168
+ "model" : "anthropic/ claude-3-5-sonnet-latest " ,
1169
1169
"api_key" : "" ,
1170
1170
"mock_response" : Exception ("Should not have called this." ),
1171
1171
},
You can’t perform that action at this time.
0 commit comments