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 0127cca45c
commit 11b44192c2

View file

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