Skip to content

Commit f10e92e

Browse files
committed
Fix env var
1 parent 28bc95f commit f10e92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/inference/test/HfInference.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ describe.concurrent("HfInference", () => {
10671067
describe.concurrent(
10681068
"Nebius",
10691069
() => {
1070-
const client = new HfInference(env.NEBIUS_API_KEY);
1070+
const client = new HfInference(env.HF_NEBIUS_KEY);
10711071

10721072
it("chatCompletion", async () => {
10731073
const res = await client.chatCompletion({

0 commit comments

Comments
 (0)