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

Commit

Permalink
Merge pull request #4 from dokulabs/dependabot/npm_and_yarn/openai-4.…
Browse files Browse the repository at this point in the history
…26.1

Bump openai from 4.26.0 to 4.26.1
  • Loading branch information
patcher99 authored Feb 6, 2024
2 parents 4789bf2 + 5993aa0 commit 2b88bd8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- cron: '0 9 * * *'

env:
OPENAI_API_TOKEN: ${{ secrets.OPENAI_API_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_TOKEN }}
COHERE_API_TOKEN: ${{ secrets.COHERE_API_TOKEN }}
DOKU_URL: ${{ secrets.DOKU_URL }}
DOKU_TOKEN: ${{ secrets.DOKU_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 2b88bd8

Please sign in to comment.