Skip to content

Releases: crazyyanchao/llmcompiler

v1.3.0

28 Nov 07:53
Compare
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
Compare
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
Compare
Choose a tag to compare

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

v1.2.15

12 Nov 10:36
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Optimize the partial judgment conditions in the parameter parser.

v1.2.11

30 Aug 09:30
Compare
Choose a tag to compare
  • Optimize the dictionary format parameter parser to support extracting KEY=VALUE pairs from strings.(V3)

v1.2.10

30 Aug 09:18
Compare
Choose a tag to compare
  • Optimize the dictionary format parameter parser to support extracting KEY=VALUE pairs from strings.(V2)

v1.2.9

30 Aug 08:19
Compare
Choose a tag to compare
  • Optimize the dictionary format parameter parser to support extracting KEY=VALUE pairs from strings.