From 4c29a56ab6e82ccb5b3f0348103467a6c83788c2 Mon Sep 17 00:00:00 2001 From: Wei Zhang Date: Tue, 24 Dec 2024 12:33:56 +0800 Subject: [PATCH] chore: fix review Signed-off-by: Wei Zhang --- .changes/v0.22.0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changes/v0.22.0.md b/.changes/v0.22.0.md index 1f1e7ccedfb5..c71565a317d6 100644 --- a/.changes/v0.22.0.md +++ b/.changes/v0.22.0.md @@ -3,13 +3,13 @@ ### Features * Introduce notification inbox on homepage and license expiration check. ([#3541](https://github.com/TabbyML/tabby/pull/3541)) ([#3566](https://github.com/TabbyML/tabby/pull/3566)) -* Introduce user rate limiting in the tabby-webserver. ([#3484](https://github.com/TabbyML/tabby/pull/3484)) * Display author information for issues / pull requests in Answer Engine context card ([#3513](https://github.com/TabbyML/tabby/pull/3513)) -* Validate model capability prior to download. ([#3565](https://github.com/TabbyML/tabby/pull/3565)) ### Fixed and Improvements * Refactors the pull request indexing process to enhance the speed of incremental indexing for pull docs. ([#3538](https://github.com/TabbyML/tabby/pull/3538)) +* Optimize the rate limiter on the HTTP-powered model backend to reduce errors. ([#3567](https://github.com/TabbyML/tabby/pull/3567)) +* Introduce rate limiting at 60 requests per minute in the tabby-webserver. ([#3484](https://github.com/TabbyML/tabby/pull/3484)) +* Validate model capability prior to download. ([#3565](https://github.com/TabbyML/tabby/pull/3565)) * Fix broken tree view on Windows in CodeBrowser. ([#3528](https://github.com/TabbyML/tabby/pull/3528)) * Upgrade all Tabby Linux base images to manylinux_2_28. ([#3536](https://github.com/TabbyML/tabby/pull/3536)) -* Optimize the rate limiter on the HTTP-powered model backend to reduce errors. ([#3567](https://github.com/TabbyML/tabby/pull/3567))