Skip to content

Latest commit

History

History
16 lines (11 loc) 路 607 Bytes

File metadata and controls

16 lines (11 loc) 路 607 Bytes
sidebar_position sidebar_custom_props
0
description
Interface with language models

Model I/O

The core element of any language model application is...the model. LangChain gives you the building blocks to interface with any language model.

  • Prompts: Templatize, dynamically select, and manage model inputs
  • Language models: Make calls to language models through common interfaces
  • Output parsers: Extract information from model outputs

model_io_diagram