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
Context
ChatOpenAI and ChatAnthropicAI allow passing additional model arguments beyond the available options to their constructors. These additional params will then be passed as an additional config in the LLM call.
Idea
It would be great to have the same options for ChatGoogleGenerativeAI and ChatVertexAI . This will allow library users to dynamically set model parameters, and to quickly add newly supported parameters by LLM providers without waiting for SDK upgrades.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team!
Context
ChatOpenAI and ChatAnthropicAI allow passing additional model arguments beyond the available options to their constructors. These additional params will then be passed as an additional config in the LLM call.
configurable
invocationKwargs
Idea
It would be great to have the same options for ChatGoogleGenerativeAI and ChatVertexAI . This will allow library users to dynamically set model parameters, and to quickly add newly supported parameters by LLM providers without waiting for SDK upgrades.
Beta Was this translation helpful? Give feedback.
All reactions