Skip to content

Commit

Permalink
chore: fix review
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Zhang <[email protected]>
  • Loading branch information
zwpaper committed Dec 24, 2024
1 parent 4c29a56 commit 22d6c6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
### 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))


## v0.21.2 (2024-12-18)
Expand Down Expand Up @@ -295,7 +295,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie).

* Add distribution support (running completion / chat model on different process / machine).
* Add conversation history in chat playground.
* Add `/metrics` endpoint for prometheus metrics collection.
* Add `/metrics` endpoint for prometheus metrics collection.

### Fixes and Improvements

Expand Down

0 comments on commit 22d6c6f

Please sign in to comment.