remove deps datalib, pytest, tenacity, infisical

This commit is contained in:
ishaan-jaff 2023-08-08 10:58:43 -07:00
parent a4bebe6815
commit 3edcf8c7d8
6 changed files with 25 additions and 15 deletions

View file

@ -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