
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 TypeScript library that leverages OpenAI's GPT-3.5 Turbo for simple and efficient chat-based text completions.
A TypeScript library that leverages OpenAI's GPT-3.5 Turbo for simple and efficient chat-based text completions.
gpt-tag is a simple-to-use TypeScript library designed to interact with OpenAI's GPT-3.5 Turbo model. It streamlines the process of sending requests and receiving completions from the AI, making it easier for developers to integrate the model into their applications. By using a template literal tag, developers can quickly pass their text prompts to the AI and receive a response.
Simple:
import { gpt } from 'gpt-tag'
const got = await gpt`Please echo the following to prove we can communicate: "hello"`
console.log(got)
// "hello"
See tests for more examples.
FAQs
A TypeScript library that leverages OpenAI's GPT-3.5 Turbo for simple and efficient chat-based text completions.
We found that gpt-tag 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.