We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f2478 commit 8637b1bCopy full SHA for 8637b1b
1 file changed
sentry_sdk/integrations/litellm.py
@@ -19,6 +19,7 @@
19
20
try:
21
import litellm # type: ignore[import-not-found]
22
+ from litellm import input_callback, success_callback, failure_callback
23
except ImportError:
24
raise DidNotEnable("LiteLLM not installed")
25
0 commit comments