litellm-mirror/litellm/tests/test_validate_environment.py
Krrish Dholakia 59d6703b0c bump version
2023-09-08 19:26:41 -07:00

13 lines
No EOL
277 B
Python

#### 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()