fix: remove readonly type constraint in test

This commit is contained in:
damaozi
2026-02-27 22:36:42 +08:00
committed by Vincent Koc
parent deb9560a2b
commit 78d49b4c8e

View File

@@ -205,7 +205,7 @@ describe("Ollama provider", () => {
id: "gpt-oss:20b",
name: "GPT-OSS 20B",
reasoning: false,
input: ["text"] as const,
input: ["text"],
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
contextWindow: 8192,
maxTokens: 81920,