Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ To enable integration tests in CI, add your API keys as secrets in your GitHub r
1. Go to your GitHub repository
2. Click on "Settings" > "Secrets and variables" > "Actions"
3. Add the following secrets:
- `OPENAI_API_KEY` - Your OpenAI API key
- `GOOGLE_API_KEY` - Your Google API key
- `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` - Your OpenAI API key


## Release Process

Expand Down
17 changes: 9 additions & 8 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/node": "^22.15.3",
"@types/turndown": "^5.0.5",
"@types/xmldom": "^0.1.34",
"dotenv": "^16.3.1",
"dotenv": "^16.6.1",
"jest": "^29.7.0",
"rimraf": "^5.0.10",
"ts-jest": "^29.1.2",
Expand Down