Skip to content

Commit d8c9b86

Browse files
authored
fix: report context window correctly (#71)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 3e9b931 commit d8c9b86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/consts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const MODELS: ModelDefinition[] = [
6969
family: 'deepseek',
7070
version: 'v4',
7171
detail: 'Fast, general-purpose model',
72-
maxInputTokens: 1048576,
72+
maxInputTokens: 655360,
7373
maxOutputTokens: 393216,
7474
capabilities: {
7575
toolCalling: true,
@@ -84,7 +84,7 @@ export const MODELS: ModelDefinition[] = [
8484
family: 'deepseek',
8585
version: 'v4',
8686
detail: 'Most capable reasoning model',
87-
maxInputTokens: 1048576,
87+
maxInputTokens: 655360,
8888
maxOutputTokens: 393216,
8989
capabilities: {
9090
toolCalling: true,

0 commit comments

Comments
 (0)