fix linting bugs

This commit is contained in:
Krrish Dholakia 2023-09-23 22:23:41 -07:00
parent d454bcb749
commit 5dbbfe2f7e
3 changed files with 2 additions and 33 deletions

View file

@ -10,4 +10,4 @@ sys.path.insert(
import time
import litellm
api_key = litellm.validate_environment()
print(litellm.validate_environment("openai/gpt-3.5-turbo"))