fix(main.py): check verify ssl on custom endpoint call

This commit is contained in:
Krrish Dholakia 2024-06-04 17:12:27 -07:00
parent 48f399bcc4
commit 9ff5b099b7

View file

@ -2415,6 +2415,7 @@ def completion(
"top_k": kwargs.get("top_k", 40), "top_k": kwargs.get("top_k", 40),
}, },
}, },
verify=litellm.ssl_verify,
) )
response_json = resp.json() response_json = resp.json()
""" """