Skip to content
Closed
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
103 changes: 47 additions & 56 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 @@ -25,6 +25,6 @@
"docsify-to-pdf": "0.0.5"
},
"dependencies": {
"openai": "^4.10.0"
"openai": "^4.104.0"
Copy link

Copilot AI Jan 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Node.js openai package does not appear to be used anywhere in the codebase. The repository contains only Python code that uses the openai package (specified in requirements.txt). The only JavaScript file in the repository is docsifytopdf.js, which does not import or require the openai package. Consider removing this unused dependency to reduce the project's dependency footprint and potential security surface.

Copilot uses AI. Check for mistakes.
}
}