mukaddamzaid commited on
Commit
5abe94d
·
1 Parent(s): 0dfcc22

fix: update thinkingBudget for Google provider in chat route

Browse files

- Increased thinkingBudget from 0 to 2048 for improved processing in the Google provider options.

Files changed (1) hide show
  1. app/api/chat/route.ts +1 -1
app/api/chat/route.ts CHANGED
@@ -219,7 +219,7 @@ export async function POST(req: Request) {
219
  providerOptions: {
220
  google: {
221
  thinkingConfig: {
222
- thinkingBudget: 0,
223
  },
224
  },
225
  anthropic: {
 
219
  providerOptions: {
220
  google: {
221
  thinkingConfig: {
222
+ thinkingBudget: 2048,
223
  },
224
  },
225
  anthropic: {