forked from phoenix/litellm-mirror
fix langfuse import
This commit is contained in:
parent
45130c2d4c
commit
9067a5031b
1 changed files with 1 additions and 2 deletions
|
@ -7,13 +7,12 @@ import sys
|
|||
from typing import Any
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
from litellm.cache import InMemoryCache
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
sys.path.insert(0, os.path.abspath("../.."))
|
||||
|
||||
import litellm
|
||||
from litellm import completion
|
||||
from litellm.cache import InMemoryCache
|
||||
|
||||
litellm.num_retries = 3
|
||||
litellm.success_callback = ["langfuse"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue