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
I'm using ChatGoogleGenerativeAI in LangchainJS with gemini-2.0-flash-thinking-exp-01-21, but I noticed that there is no thinking or reasoning output.
Is there any way to enable a "thinking mode" for this model in ChatGoogleGenerativeAI? Are there specific configuration? Any insights would be really helpful!
const model = new ChatGoogleGenerativeAI({
model: "gemini-2.0-flash-thinking-exp-01-21",
apiKey: gemini_api,
temperature: 0.7,
streaming: true,
});
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
-
I'm using ChatGoogleGenerativeAI in LangchainJS with gemini-2.0-flash-thinking-exp-01-21, but I noticed that there is no thinking or reasoning output.
Is there any way to enable a "thinking mode" for this model in ChatGoogleGenerativeAI? Are there specific configuration? Any insights would be really helpful!
Beta Was this translation helpful? Give feedback.
All reactions