v1.1.5
Changelog
Python Version 1.1.5 (2023-12-11)
NPM Version 1.0.8 (2023-12-11)
Full Changelog:
Features
- python-sdk: Evaluation harness for AIConfig. Supports text input/output evaluation with native AIConfig Interface (tutorial) as well as an integration with Promptfoo (tutorial). See README for details
- python-sdk: Support for PaLM Text as a core model Parser
- typescript-sdk: Support for PaLM Text as a core model parser (8902bef)
PaLM.Text.Example.mov
Bug Fixes
- python-extension HuggingFace Transformers Extension: Fixed bug where we're not properly appending outputs for multiple return sequences (49da477)
- python-extension HuggingFace Transformers Extension: Fixed a bug that defaulted model to GPT-2. (1c28f7c)