Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update openai.test.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
patcher99 authored Feb 6, 2024
1 parent a110b02 commit 5993aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/openai.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('OpenAI Test', () => {

before(async () => {
openai = new OpenAI({
apiKey: process.env.OPENAI_API_TOKEN,
apiKey: process.env.OPENAI_API_KEY,
});
await DokuMetry.init({llm: openai, dokuUrl: process.env.DOKU_URL, apiKey: process.env.DOKU_TOKEN, environment: "dokumetry-testing", applicationName: "dokumetry-node-test", skipResp: false});
});
Expand Down

0 comments on commit 5993aa0

Please sign in to comment.