Skip to content

Commit 64d01ab

Browse files
Update src/api/providers/gemini.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent f51ec13 commit 64d01ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/gemini.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class GeminiHandler extends BaseProvider implements SingleCompletionHandl
8989
maxOutputTokens = undefined
9090
}
9191

92-
return { id, info, thinkingConfig }
92+
return { id, info, thinkingConfig, maxOutputTokens }
9393
}
9494

9595
async completePrompt(prompt: string): Promise<string> {

0 commit comments

Comments
 (0)