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
ChatVertexAI does not have the any options to pass custom http client. Looks like there is no way to accomplish that now.
EDIT: I've managed to get it working but I had to create a custom google.auth.GoogleAuth with custom transporter and put it in the authOptions.authClient options of the ChatVertexAI.
How can i specify company proxies for the LLM call or set ssl verification to False?
Setting async client or httpx_client in ChatGoogleGenerativeAI initialisation does not work.
The text was updated successfully, but these errors were encountered: