From 9f979154c43be97ab4e697c5bed28680aaef2b1f Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Wed, 9 Oct 2024 15:29:18 +0300 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ef376d..4c6096dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Support high context limits (up to 200k tokens) via RAG when chatting with files (CodeGPT) +- Gemini 1.5 Pro model (Google) +- Legacy response support for text completions in code completions (Custom OpenAI) + +### Fixed + +- Chat UI threading issues [#730](https://github.com/carlrobertoh/CodeGPT/issues/730) + ## [2.11.4-233] - 2024-10-01 ### Added