Releases: xakpc/DotnetPrompt
Releases · xakpc/DotnetPrompt
v1.0.0-alpha.2
> dotnet add package DotnetPrompt.All --version 1.0.0-alpha.2
- Introduce
MapReduceChain
to split and merge big documents (for example for summarization) - Introduce
Cancel
method as a part ofIChain
- Introduce property
MaxRequestTokens
to store max tokens for model
What's Changed
Full Changelog: v1.0.0-alpha.1...v1.0.0-alpha.2
v.1.0.0-alpha.1
> dotnet add package DotnetPrompt.All --version 1.0.0-alpha.1
What's New
- Initial release of DotnetPrompt
- Components Available:
Full Changelog: https://github.com/xakpc/DotnetPrompt/commits/v1.0.0-alpha.1