forked from phoenix/litellm-mirror
bump version
This commit is contained in:
parent
d02ab9bfcd
commit
59d6703b0c
10 changed files with 16 additions and 3 deletions
13
litellm/tests/test_validate_environment.py
Normal file
13
litellm/tests/test_validate_environment.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
#### What this tests ####
|
||||
# This tests the validate environment function
|
||||
|
||||
import sys, os
|
||||
import traceback
|
||||
|
||||
sys.path.insert(
|
||||
0, os.path.abspath("../..")
|
||||
) # Adds the parent directory to the system path
|
||||
import time
|
||||
import litellm
|
||||
|
||||
api_key = litellm.validate_environment()
|
Loading…
Add table
Add a link
Reference in a new issue