diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index b431168ce24..13a164b23ff 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -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