mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-24 07:01:49 +00:00
test: sync app chat model override expectation
This commit is contained in:
@@ -149,8 +149,8 @@ describe("handleSendChat", () => {
|
||||
model: "gpt-5-mini",
|
||||
});
|
||||
expect(host.chatModelOverrides.main).toEqual({
|
||||
kind: "raw",
|
||||
value: "gpt-5-mini",
|
||||
kind: "qualified",
|
||||
value: "openai/gpt-5-mini",
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user