Skip to content

Commit a8d5559

Browse files
committed
Fix context length for gemini-2.0-flash-thinking-exp
1 parent c0eccf4 commit a8d5559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatgpt-shell-google.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ This gets set once for each MODEL, based on a heuristic."
229229
:short-version "2.0-flash-thinking-exp"
230230
:path "/v1beta/models/gemini-2.0-flash-thinking-exp"
231231
:token-width 4
232-
:context-window 32767)
232+
:context-window 1048576)
233233
(chatgpt-shell-google-make-model :version "gemini-2.0-flash"
234234
:short-version "2.0-flash"
235235
:path "/v1beta/models/gemini-2.0-flash"

0 commit comments

Comments
 (0)