Releases: crazyyanchao/llmcompiler
Releases · crazyyanchao/llmcompiler
v1.3.0
Full Changelog: v1.2.17...v1.3.0
- Support for Auto-Generating Few-Shot
v1.2.17
Full Changelog: v1.2.16...v1.2.17
- Optimize DAG Concurrency Execution Module.
v1.2.16
Full Changelog: v1.2.15...v1.2.16
v1.2.15
Full Changelog: v1.2.14...v1.2.15
- Lock the langchain version
- Joiner output supports Any type
v1.2.14
Full Changelog: v1.2.13...v1.2.14
- Fix the bug from the previous version.
v1.2.13
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
- Optimize the partial judgment conditions in the parameter parser.
v1.2.11
- Optimize the dictionary format parameter parser to support extracting KEY=VALUE pairs from strings.(V3)
v1.2.10
- Optimize the dictionary format parameter parser to support extracting KEY=VALUE pairs from strings.(V2)
v1.2.9
- Optimize the dictionary format parameter parser to support extracting KEY=VALUE pairs from strings.