From 5a95a7807a483e45063a551411248f7d4e4d0a18 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 13 Sep 2024 15:46:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes.md b/release-notes.md index 82453d4..7190805 100644 --- a/release-notes.md +++ b/release-notes.md @@ -51,6 +51,7 @@ ### Fixes +* Fix bug with self.final_answer_model in members.py to resolve model configuration inconsistencies. PR [#142](https://github.com/StreetLamb/tribe/pull/142) by [@acherla](https://github.com/acherla). * Fix threads table overflowing if query text is long. PR [#134](https://github.com/StreetLamb/tribe/pull/134) by [@StreetLamb](https://github.com/StreetLamb). * Set max-memory-per-child value for celery to fix memory leak issue. PR [#133](https://github.com/StreetLamb/tribe/pull/133) by [@StreetLamb](https://github.com/StreetLamb). * Fix bug when streaming tool output. PR [#83](https://github.com/StreetLamb/tribe/pull/83) by [@StreetLamb](https://github.com/StreetLamb).