Is your feature request related to a problem? Please describe.
In my cluster I do not utilize root ca trusted certs but self signed endpoints for my self hosted openshift ai vllm endpoint.
Describe the solution you'd like
I would like to have an llm configuration flag to pass to the underlying httpx client to set verify=false
Describe alternatives you've considered
Specifying environment variables but the python library only allows environment variables to overide the trust certificate.
Is your feature request related to a problem? Please describe.
In my cluster I do not utilize root ca trusted certs but self signed endpoints for my self hosted openshift ai vllm endpoint.
Describe the solution you'd like
I would like to have an llm configuration flag to pass to the underlying httpx client to set verify=false
Describe alternatives you've considered
Specifying environment variables but the python library only allows environment variables to overide the trust certificate.