mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
(test) load_dotenv in streaming tests
This commit is contained in:
parent
e01d83cea6
commit
dc879910e7
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue