fix: needed to use format:fix
This commit is contained in:
committed by
Peter Steinberger
parent
3feb5d1f10
commit
e0132514f6
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user