mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
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),
|
"top_k": kwargs.get("top_k", 40),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
verify=litellm.ssl_verify,
|
||||||
)
|
)
|
||||||
response_json = resp.json()
|
response_json = resp.json()
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue