Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 602 Bytes

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 602 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

Deprecated

Removed

Fixed

Security

0.0.1

Released on March 10th, 2023.

Added

  • Wrapper for BaseLLM to record LLM calls as Prefect flows.
  • Examples of how to use RecordLLMCalls across many methods of invoking LLMs.
  • Utility functions for working with langchain tools and LLMs.