You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Getting SSLError because of self-signed certificate. This can be prevented with setting verify=False for most request libraries or in OpenAI SDK.
Describe the solution you'd like
Add a ssl_verify param to the Init of an Agent.
Describe alternatives you've considered
Pass request_params dict to the request to allow additional adjustments.
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Getting SSLError because of self-signed certificate. This can be prevented with setting verify=False for most request libraries or in OpenAI SDK.
Describe the solution you'd like
Add a ssl_verify param to the Init of an Agent.
Describe alternatives you've considered
Pass request_params dict to the request to allow additional adjustments.
Upvote & Fund
The text was updated successfully, but these errors were encountered: