
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
openai-debugger
Advanced tools
Debug your client and server errors with OpenAI's API. Written in typescript, designed to be used as a dev dependency only.
npm install -D openai-debugger
Options object is required, though most parameters are optional. See the official openAI API docs for more info
| Option | Type | Description | Default |
|---|---|---|---|
| apiKey | string | Your OpenAI API key | - |
| model | string | Model name | - |
| temperature | number (optional) | Model temperature ranging from 0 to 2 | 0.2 |
| top_p | number (optional) | Controls sampling | 1 |
| n | number (optional) | Number of replies | 1 |
| max_tokens | number (optional) | Maximum reply length | Infinity |
| presence_penalty | number (optional) | Penalize repetition. Range 0-2 | 0 |
| frequency_penalty | number (optional) | Penalize repetition. Range 0-2 | 0 |
import { errorHandlerNode, errorHandlerBrowser } from ('openai-debugger')
const optionsObj = {
apiKey: '...',
model: 'gpt-3.5-turbo',
temperature: 0.1,
};
errorHandlerNode(optionsObj)
import { errorHandlerNode, errorHandlerBrowser } from ('openai-debugger')
const optionsObj = {
apiKey: '...',
model: 'gpt-3.5-turbo',
temperature: 0.1,
};
errorHandlerBrowser(optionsObj)
FAQs
Use OpenAI's API to help solve error messages
The npm package openai-debugger receives a total of 4 weekly downloads. As such, openai-debugger popularity was classified as not popular.
We found that openai-debugger 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.