mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-30 01:06:11 +00:00
fix: add changelog + typed omission test note (#25314) (thanks @lbo728)
This commit is contained in:
@@ -92,8 +92,8 @@ describe("models-config: explicit reasoning override", () => {
|
||||
minimax: {
|
||||
baseUrl: "https://api.minimax.io/anthropic",
|
||||
api: "anthropic-messages",
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
models: [modelWithoutReasoning as any],
|
||||
// @ts-expect-error Intentional: emulate user config omitting reasoning.
|
||||
models: [modelWithoutReasoning],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user