mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
feat(proxy_server.py): refactor returning rejected message, to work with error logging
log the rejected request as a failed call to langfuse/slack alerting
This commit is contained in:
parent
372323c38a
commit
f11f207ae6
7 changed files with 118 additions and 100 deletions
|
@ -4,7 +4,6 @@ import dotenv, os
|
|||
|
||||
from litellm.proxy._types import UserAPIKeyAuth
|
||||
from litellm.caching import DualCache
|
||||
from litellm.utils import ModelResponse
|
||||
from typing import Literal, Union, Optional
|
||||
import traceback
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue