mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:10:49 +00:00
test(extensions): refresh dependency-backed assertions
This commit is contained in:
@@ -97,8 +97,8 @@ describe("opencode-go provider plugin", () => {
|
||||
maxTokens: 65_536,
|
||||
});
|
||||
expect(models.get("minimax-m2.7")).toMatchObject({
|
||||
api: "anthropic-messages",
|
||||
baseUrl: "https://opencode.ai/zen/go",
|
||||
api: "openai-completions",
|
||||
baseUrl: "https://opencode.ai/zen/go/v1",
|
||||
reasoning: true,
|
||||
contextWindow: 204_800,
|
||||
maxTokens: 131_072,
|
||||
|
||||
Reference in New Issue
Block a user