Skip to content

Releases: crazyyanchao/llmcompiler

v2.0.1

06 Nov 02:47

Choose a tag to compare

  • State Message Bug Fix

v2.0.0

29 Oct 07:31

Choose a tag to compare

  • Update LangGraph and LangChain to the latest versions and resolve compatibility issues!

v1.3.0

28 Nov 07:53

Choose a tag to compare

Full Changelog: v1.2.17...v1.3.0

  • Support for Auto-Generating Few-Shot

v1.2.17

13 Nov 07:58

Choose a tag to compare

Full Changelog: v1.2.16...v1.2.17

  • Optimize DAG Concurrency Execution Module.

v1.2.16

12 Nov 10:49

Choose a tag to compare

Full Changelog: v1.2.15...v1.2.16

v1.2.15

12 Nov 10:36

Choose a tag to compare

Full Changelog: v1.2.14...v1.2.15

  • Lock the langchain version
  • Joiner output supports Any type

v1.2.14

23 Oct 05:29

Choose a tag to compare

Full Changelog: v1.2.13...v1.2.14

  • Fix the bug from the previous version.

v1.2.13

23 Oct 02:24

Choose a tag to compare

What's Changed

  • Add Support for Custom Prompts and Refactor Prompt Management - Reworked by @docluis in #7

  • RunLLMCompiler has added the planer_invoke and planer_invoke_output functions to get planner results.

Full Changelog: v1.2.12...v1.2.13

v1.2.12

05 Sep 03:25

Choose a tag to compare

  • Optimize the partial judgment conditions in the parameter parser.

v1.2.11

30 Aug 09:30

Choose a tag to compare

  • Optimize the dictionary format parameter parser to support extracting KEY=VALUE pairs from strings.(V3)