bump version

This commit is contained in:
Krrish Dholakia 2023-09-08 19:26:41 -07:00
parent d02ab9bfcd
commit 59d6703b0c
10 changed files with 16 additions and 3 deletions

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