8JasonStatham8

Results 1 comments of 8JasonStatham8

You can give this method a try: Add the following code in main.py: ```python import litellm litellm.ssl_verify = False from dotenv import load_dotenv load_dotenv() ``` Add the following code in...