diff --git a/CHANGELOG.md b/CHANGELOG.md index e875183..8ea8d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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