I simply would like clarification how to use the LiteLLMClient to incorporate httpx.Client settings (proxy, ssl settings), which is touched on in litellm documentation here. I checked the models documentation for litellm and google-adk, but could not see any reference to that setting, and I tried setting http_client=httpx_client, as well as trying litellm.client_session = httpx.Client(), but nothing worked. Would appreciate any pointers for implementing this.
I simply would like clarification how to use the LiteLLMClient to incorporate httpx.Client settings (proxy, ssl settings), which is touched on in litellm documentation here. I checked the models documentation for litellm and google-adk, but could not see any reference to that setting, and I tried setting http_client=httpx_client, as well as trying litellm.client_session = httpx.Client(), but nothing worked. Would appreciate any pointers for implementing this.