fix: needed to use format:fix

This commit is contained in:
Gabriel
2026-02-08 05:14:07 +00:00
committed by Peter Steinberger
parent 3feb5d1f10
commit e0132514f6

View File

@@ -3,10 +3,7 @@ import { tmpdir } from "node:os";
import { join } from "node:path";
import { describe, expect, it } from "vitest";
import { resolveApiKeyForProvider } from "./model-auth.js";
import {
buildNvidiaProvider,
resolveImplicitProviders,
} from "./models-config.providers.js";
import { buildNvidiaProvider, resolveImplicitProviders } from "./models-config.providers.js";
describe("NVIDIA provider", () => {
it("should include nvidia when NVIDIA_API_KEY is configured", async () => {