(test) load_dotenv in streaming tests

This commit is contained in:
ishaan-jaff 2023-10-12 16:35:33 -07:00
parent e01d83cea6
commit dc879910e7

View file

@ -8,6 +8,8 @@ import time, pytest
sys.path.insert(
0, os.path.abspath("../..")
) # Adds the parent directory to the system path
from dotenv import load_dotenv
load_dotenv()
import litellm
from litellm import completion, acompletion, AuthenticationError, InvalidRequestError, RateLimitError