Skip to content

Commit d9ccb5b

Browse files
committed
Don't print Gemini's thoughts
1 parent 34c3c38 commit d9ccb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/llm-apis/vercel-ai-sdk/ai-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const promptAiSdkStream = async function* (
7575
providerOptions: {
7676
google: {
7777
thinkingConfig: {
78-
includeThoughts: true,
78+
includeThoughts: false,
7979
thinkingBudget: options.thinkingBudget ?? 128,
8080
},
8181
} satisfies GoogleGenerativeAIProviderOptions,

0 commit comments

Comments
 (0)