fix(provider-topology): update label assignment to include nodeName

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
decolua
2026-06-13 11:43:18 +07:00
co-authored by Cursor
parent d652300e9e
commit 05e483c02e
4 changed files with 18 additions and 9 deletions
+2 -3
View File
@@ -235,9 +235,8 @@ describe("MiMo Free provider registration", () => {
expect(PROVIDERS.mmf?.noAuth).toBe(true);
});
it("exposes the mmf model catalog", () => {
expect(Array.isArray(PROVIDER_MODELS.mmf)).toBe(true);
expect(PROVIDER_MODELS.mmf.some((m) => m.id === "mimo-auto")).toBe(true);
it("exposes only mimo-auto (the sole free-channel model)", () => {
expect(PROVIDER_MODELS.mmf.map((m) => m.id)).toEqual(["mimo-auto"]);
});
it("maps the mimo-free alias to mmf", () => {