Skip to content

Commit f66dcce

Browse files
committed
fix: specify proper model for flash thinking
1 parent 2c65ef5 commit f66dcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/codegen/ai-sdk-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export class AiSDKRunner implements LlmRunner {
212212
};
213213
case 'gemini-2.5-flash-with-dynamic-thinking':
214214
return {
215-
model: google(modelName),
215+
model: google('gemini-2.5-flash'),
216216
providerOptions: {
217217
google: {
218218
thinkingConfig: {

0 commit comments

Comments
 (0)