test(gateway): complete reload model config fixture

This commit is contained in:
Vincent Koc
2026-04-29 11:09:17 -07:00
parent 7e1acf2f1e
commit 39ecedb300

View File

@@ -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,
},
],
},
},
},