mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 13:02:10 +03:00
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 { join } from "node:path";
|
||||||
import { describe, expect, it } from "vitest";
|
import { describe, expect, it } from "vitest";
|
||||||
import { resolveApiKeyForProvider } from "./model-auth.js";
|
import { resolveApiKeyForProvider } from "./model-auth.js";
|
||||||
import {
|
import { buildNvidiaProvider, resolveImplicitProviders } from "./models-config.providers.js";
|
||||||
buildNvidiaProvider,
|
|
||||||
resolveImplicitProviders,
|
|
||||||
} from "./models-config.providers.js";
|
|
||||||
|
|
||||||
describe("NVIDIA provider", () => {
|
describe("NVIDIA provider", () => {
|
||||||
it("should include nvidia when NVIDIA_API_KEY is configured", async () => {
|
it("should include nvidia when NVIDIA_API_KEY is configured", async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user