Ask a question to get started
Enter to sendā¢Shift+Enter new line
Additional arguments to pass to the underlying HTTP client.
Applied to both sync and async clients.
llm = ChatGoogleGenerativeAI( model="gemini-2.5-flash", client_args={"proxy": "socks5://user:pass@host:port"}, )
client_args: dict[str, Any] | None = Field(default=None)