We have adopted an open AI-compatible large model service locally. When calling it, we need to configure client_verify = httpx.Client(verify=False). However, since the VS Code plugin for Roo Code does not support setting this, it is impossible to use the locally launched large model service. How can we solve this problem? Thank you.
We have adopted an open AI-compatible large model service locally. When calling it, we need to configure client_verify = httpx.Client(verify=False). However, since the VS Code plugin for Roo Code does not support setting this, it is impossible to use the locally launched large model service. How can we solve this problem? Thank you.