Skip to content

Commit f677cf6

Browse files
committed
Export getOpenAIApiKey function for external usage
1 parent bcf8540 commit f677cf6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

functions-node/utils/apiUtils.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ function getOpenAIApiKey() {
99
}
1010

1111
return apiKey;
12-
}
12+
}
13+
14+
module.exports = {
15+
getOpenAIApiKey
16+
};

0 commit comments

Comments
 (0)