Update CHANGELOG

This commit is contained in:
Andrei Betlen 2023-06-09 11:01:42 -04:00
parent 556c7edf47
commit f2a54ecb4c

View file

@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
#### Addeed
- (build-system) Migrate from scikit-build to scikit-build-core
### Fixed
- Truncate max_tokens in create_completion so requested tokens doesn't exceed context size.
## [v0.1.59]
### Added