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

Commit

Permalink
update test files
Browse files Browse the repository at this point in the history
  • Loading branch information
patcher9 committed Mar 16, 2024
1 parent 7630a7d commit de27c42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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_KEY,
apiKey: process.env.AZURE_OPENAI_API_KEY,
});
});

Expand Down

0 comments on commit de27c42

Please sign in to comment.