Pipeshift
features and configuration options, please refer to the API reference.
Overview
Integration details
Class | Package | Local | Serializable | JS support | Downloads | Version |
---|---|---|---|---|---|---|
Pipeshift | langchain-pipeshift | ❌ | - | ❌ |
Setup
To access Pipeshift models you’ll need to create a Pipeshift account, get an API key, and install thelangchain-pipeshift
integration package.
Credentials
Head to Pipeshift to sign up to Pipeshift and generate an API key. Once you’ve done this set the PIPESHIFT_API_KEY environment variable:Installation
The LangChain Pipeshift integration lives in thelangchain-pipeshift
package:
Instantiation
Now we can instantiate our model object and generate chat completions:Invocation
Chaining
We can also chain our llm with a prompt templateAPI reference
For detailed documentation of allPipeshift
features and configurations head to the API reference: dashboard.pipeshift.com/docs