From 807397656cf4169efc91b267baab4a214da8a1eb Mon Sep 17 00:00:00 2001 From: Simatwa Date: Mon, 11 Nov 2024 01:51:50 +0300 Subject: [PATCH] feat: Add Novita provider feat: Implement prompt completions in cli interactive mode fix: Remove yepchat, opengpt, leo providers fix: Update CHANGELOG.md with new features and fixes --- docs/CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2f54472..ff0a554 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -577,4 +577,22 @@ For instance: **What's new?** -- fix : Image generation failure. \ No newline at end of file +- fix : Image generation failure. + +## v0.7.5 + +**What's new?** + +- feat: New provider - [Novita](https://novita.ai) + +## v0.7.8 + +**What's new?** + +- feat: Added prompt completions in interactive mode `cli` + +## v0.7.9 + +**What's new?** + +- fix: Remove providers: yepchat, opengpt, leo etc \ No newline at end of file