From f2a54ecb4cdd936fc81caca80f84ce3536a47c4f Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Fri, 9 Jun 2023 11:01:42 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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