mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 12:22:33 +00:00
fix(main.py): check verify ssl on custom endpoint call
This commit is contained in:
@@ -2415,6 +2415,7 @@ def completion(
|
||||
"top_k": kwargs.get("top_k", 40),
|
||||
},
|
||||
},
|
||||
verify=litellm.ssl_verify,
|
||||
)
|
||||
response_json = resp.json()
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user