From fe9415c55a39e30d48ed75b6e885b9410dc7f5d3 Mon Sep 17 00:00:00 2001 From: Soichiro Miki Date: Fri, 12 Apr 2024 02:24:00 +0900 Subject: [PATCH] CHANGELOG for 1.7.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c58712..88e2ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.7.1 (2024-04-12) + +- Fixed broken module import that made the CLI not functioning at all + ## 1.7.0 (2024-04-10) - GPT-4 Turbo has entered general availability, so the model shorthand `4` now points to `gpt-4-turbo` instead of `gpt-4`. `gpt-4-turbo` is faster, smarter, and more cost-effective; there is almost no practical reason to choose `gpt-4` now.