Skip to main content
This will help you get started with ChatAbso chat models. For detailed documentation of all ChatAbso features and configurations, head to the API reference.
  • You can find the full documentation for the Abso router [here] (abso.ai)

Overview

Integration details

Setup

To access ChatAbso models, you’ll need to create an OpenAI account, get an API key, and install the langchain-abso integration package.

Credentials

  • TODO: Update with relevant info.
Head to (TODO: link) to sign up for ChatAbso and generate an API key. Once you’ve done this, set the ABSO_API_KEY environment variable:

Installation

The LangChain ChatAbso integration lives in the langchain-abso package:

Instantiation

Now we can instantiate our model object and generate chat completions:

Invocation

Chaining

We can chain our model with a prompt template like so:

API reference

For detailed documentation of all ChatAbso features and configurations head to the API reference: python.langchain.com/api_reference/en/latest/chat_models/langchain_abso.chat_models.ChatAbso.html