diff --git a/src/gateway/server.reload.test.ts b/src/gateway/server.reload.test.ts index 32d2937c8ab..659184d3511 100644 --- a/src/gateway/server.reload.test.ts +++ b/src/gateway/server.reload.test.ts @@ -919,7 +919,17 @@ describe("gateway hot reload", () => { baseUrl: "http://127.0.0.1:11434", api: "ollama", apiKey: "ollama-local", - models: [{ id: "existing", name: "Existing" }], + models: [ + { + id: "existing", + name: "Existing", + reasoning: false, + input: ["text"], + cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 }, + contextWindow: 131_072, + maxTokens: 4096, + }, + ], }, }, },