fix: remove readonly type constraint in test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user