Skip to content

Commit 99031bf

Browse files
committed
ci/cd new release
1 parent 461cd0c commit 99031bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

litellm/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
# Register async client cleanup to prevent resource leaks
8484
register_async_client_cleanup()
8585

86-
###################################################
86+
####################################################
8787
if set_verbose == True:
8888
_turn_on_debug()
89-
###################################################
89+
####################################################
9090
### Callbacks /Logging / Success / Failure Handlers #####
9191
CALLBACK_TYPES = Union[str, Callable, CustomLogger]
9292
input_callback: List[CALLBACK_TYPES] = []

tests/local_testing/test_router_fallbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ async def test_router_content_policy_fallbacks(
11651165
{
11661166
"model_name": "my-general-model",
11671167
"litellm_params": {
1168-
"model": "claude-2.1",
1168+
"model": "anthropic/claude-3-5-sonnet-latest",
11691169
"api_key": "",
11701170
"mock_response": Exception("Should not have called this."),
11711171
},

0 commit comments

Comments
 (0)