fix: add default values for optional config fields #3

Merged
hzhang merged 34 commits from feat/whispergate-mvp into main 2026-02-27 15:31:33 +00:00
Showing only changes of commit 15975e3970 - Show all commits

View File

@@ -167,8 +167,8 @@ if (mode === "install") {
reasoning: false, reasoning: false,
input: ["text"], input: ["text"],
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 }, cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
contextWindow: 4096, contextWindow: 200000,
maxTokens: 4096, maxTokens: 8192,
}, },
], ],
}; };