Skip to content

Commit 60335a9

Browse files
chore: remove reference to TOGETHER_API_KEY (#132)
1 parent be1735f commit 60335a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ export function getInferredApiKey() {
2525
typeof process !== "undefined"
2626
? process.env?.CSB_API_KEY || process.env?.TOGETHER_API_KEY
2727
: undefined,
28-
"CSB_API_KEY or TOGETHER_API_KEY is not set"
28+
"CSB_API_KEY is not set"
2929
);
3030
}

0 commit comments

Comments
 (0)