
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
@paulkinlan/openai-breadboard-kit
Advanced tools
A Kit that allows you to build Breadboard graphs for OpenAI.
The OpenAI Breadboard Kit is a collection of Breadboard nodes that are helpful for building LLM-based (Generative AI) applications using the OpenAI API.
OpenAI Breadboard Kit requires Node version >=v19.0.0. To install:
npm install @paulkinlan/openai-breadboard-kit
Here are all node handlers that are included in the OpenAI Breadboard Kit
generateCompletion
nodeThis is an OpenAI API text completion node. To produce useful output, the node needs an OPENAI_API_KEY
input and the text
input and the model
to run it against.
Given this input:
{
"OPENAI_API_KEY": "<your API key>",
"text": "How much wood can a woodchuck chuck?"
}
The node will produce this output:
{
"completion": "The exact amount a woodchuck can chuck is unknown, but it is believed that they can chuck about 700 pounds of wood in a day."
}
OPENAI_API_KEY
required, must contain the OpenAI API key.text
required, sent as the prompt for the completion.model
the name of the model OpenAI that you want to use.completion
- result of the OpenAI API text completion.FAQs
A Kit that allows you to build Breadboard graphs for OpenAI.
We found that @paulkinlan/openai-breadboard-kit 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.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.