forked from phoenix/litellm-mirror
remove deps datalib, pytest, tenacity, infisical
This commit is contained in:
parent
a4bebe6815
commit
3edcf8c7d8
6 changed files with 25 additions and 15 deletions
|
@ -7,11 +7,6 @@ import litellm
|
|||
from litellm import client, logging, exception_type, timeout, get_optional_params
|
||||
import tiktoken
|
||||
encoding = tiktoken.get_encoding("cl100k_base")
|
||||
from tenacity import (
|
||||
retry,
|
||||
stop_after_attempt,
|
||||
wait_random_exponential,
|
||||
) # for exponential backoff
|
||||
from litellm.utils import get_secret, install_and_import
|
||||
####### ENVIRONMENT VARIABLES ###################
|
||||
dotenv.load_dotenv() # Loading env variables using dotenv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue