Tests: fix OpenAI provider fixture shape
This commit is contained in:
parent
a13284ccd8
commit
4bafa01d63
@ -251,7 +251,6 @@ describe("resolveModel", () => {
|
||||
expect(result.model?.contextWindow).toBe(262144);
|
||||
expect(result.model?.maxTokens).toBe(32768);
|
||||
});
|
||||
|
||||
it("propagates reasoning from matching configured fallback model", () => {
|
||||
const cfg = {
|
||||
models: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user