mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 06:47:26 +00:00
fix: remove readonly type constraint in test
This commit is contained in:
@@ -205,7 +205,7 @@ describe("Ollama provider", () => {
|
|||||||
id: "gpt-oss:20b",
|
id: "gpt-oss:20b",
|
||||||
name: "GPT-OSS 20B",
|
name: "GPT-OSS 20B",
|
||||||
reasoning: false,
|
reasoning: false,
|
||||||
input: ["text"] as const,
|
input: ["text"],
|
||||||
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
|
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
|
||||||
contextWindow: 8192,
|
contextWindow: 8192,
|
||||||
maxTokens: 81920,
|
maxTokens: 81920,
|
||||||
|
|||||||
Reference in New Issue
Block a user