Skip to content

Commit 35bb605

Browse files
committed
更新 gemini-2.5-pro-preview-05-06 的值
将 "gemini-2.5-pro-preview-05-06" 的值从 16384 修改为 65536,以提高性能和资源分配。
1 parent 96e0f58 commit 35bb605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KoalaWiki/KoalaWarehouse/DocumentsService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public static int GetMaxTokens(string model)
409409
"Qwen/Qwen3-235B-A22B" => 16384,
410410
"grok-3" => 65536,
411411
"qwen3-235b-a22b" => 16384,
412-
"gemini-2.5-pro-preview-05-06" => 16384,
412+
"gemini-2.5-pro-preview-05-06" => 65536,
413413
_ => 8192
414414
};
415415
}

0 commit comments

Comments
 (0)