Skip to content

Commit

Permalink
comment out maxOutputToken, allow for defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
appatalks authored Jan 29, 2025
1 parent e346db4 commit 63a6942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/gl-google.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function geminiSend() {
systemInstruction: geminiMessages[0], // Assuming the first message is the system instruction
generationConfig: {
temperature: 0.7,
maxOutputTokens: 1024,
// maxOutputTokens: 1024,
responseMimeType: "text/plain",
thinking_config: { include_thoughts: true } // Enable thinking
}
Expand Down

0 comments on commit 63a6942

Please sign in to comment.