forked from phoenix/litellm-mirror
fix import
This commit is contained in:
parent
9067a5031b
commit
d03455a72c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ sys.path.insert(0, os.path.abspath("../.."))
|
|||
|
||||
import litellm
|
||||
from litellm import completion
|
||||
from litellm.cache import InMemoryCache
|
||||
from litellm.caching import InMemoryCache
|
||||
|
||||
litellm.num_retries = 3
|
||||
litellm.success_callback = ["langfuse"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue