mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-25 10:22:18 +00:00
ci/cd new release
This commit is contained in:
+2
-2
@@ -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] = []
|
||||
|
||||
@@ -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."),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user