Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 518 Bytes

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 518 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.0.0] - 2024-08-28

Added

  • Test for TextGenerationChatModel.

Changed

Fixed

  • Added @abstractmethod decorators to all abstract functions in function_models and aixplain_models.

[0.0.2] - 2024-07-25

Added

  • Added support for script nodes.

Changed

Fixed