forked from phoenix/litellm-mirror
fix(main.py): check verify ssl on custom endpoint call
This commit is contained in:
parent
48f399bcc4
commit
9ff5b099b7
1 changed files with 1 additions and 0 deletions
|
@ -2415,6 +2415,7 @@ def completion(
|
|||
"top_k": kwargs.get("top_k", 40),
|
||||
},
|
||||
},
|
||||
verify=litellm.ssl_verify,
|
||||
)
|
||||
response_json = resp.json()
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue