LLM Integration#

chatsky.llm.langchain_context

The Utils module contains functions for converting Chatsky's objects to an LLM_API and langchain compatible versions.

chatsky.llm.methods

This module provides basic methods to support LLM conditions. These methods return bool values based on LLM result.

chatsky.llm.llm_api

Wrapper around langchain.

chatsky.llm.filters

This module contains a collection of basic functions for history filtering to avoid cluttering LLMs context window.

chatsky.llm.prompt

This module provides utils for changing the default prompt positions.