
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A wrapper for the ChatGPT API to consume it for 3rd party applications. This is a work in progress and is not yet ready for production use.
npm install gptchat
import { ChatGPTApi } from "gptchat";
import * as dotenv from "dotenv";
dotenv.config();
const api = new ChatGPTApi(process.env.COOKIE);
async function main() {
const response = await api.response("what is the weather like today?");
console.log(response);
}
main();
Result:
I'm sorry, but I am not able to access current weather information because I am a large language model trained by OpenAI and do not have access to the internet. I am only able to provide information based on the text that I was trained on, which has a knowledge cutoff of 2021. Is there something else I can help you with?
To get a cookie login to ChatGPT and copy the cookie from the request header from network tab.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
FAQs
Wrapper around ChatGPT API
We found that gptchat demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.