mirror of https://github.com/openclaw/openclaw.git
fix: remove readonly type constraint in test
This commit is contained in:
parent
deb9560a2b
commit
78d49b4c8e
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue