Yichao 'Peak' Ji

Results 10 issues of Yichao 'Peak' Ji

Related issues: https://github.com/gin-gonic/gin/issues/2634, https://github.com/gin-gonic/gin/issues/1979 This PR adds support for two new `time_format` variants: `unixMilli` and `unixMicro`, the former of which is added to make front-end JavaScript code more convenient to...

The Readability scoring algorithm should work with most languages, but the [regular expressions](https://github.com/fb55/readabilitySAX/blob/a701364c405b478f5fd95adbd3911d98de8b70fc/readabilitySAX.js#L168) in the current implementation can only handle basic ASCII punctuations. I've expanded the code points to cover...

> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...

For better data consistency, I suggest subdividing Chinese into two datasets: * `zh-hans` (Chinese written using the Simplified Chinese script) * `zh-hant` (Chinese written using the Traditional Chinese script) Although...

website
data
needs discussion
i18n

The original [bigscience/bloomz-7b1-mt](https://huggingface.co/bigscience/bloomz-7b1-mt) model was released in half-precision (`torch.HalfStorage`), so its weight file is only 14.1 GB in size. I noticed that the current Belle weights are released in`torch.FloatStorage`, so...

enhancement

## Checklist - [x] Regardless of whether the last role in `messages` is `user` or `assistant`, the response will always be `assistant`. - [ ] When `steam=true`, the first returned...

enhancement

## Checklist - [ ] Use jinja template to render message history of `system`, `user`, and `assistant` as a prompt for completion. - [ ] Allow specifying template file through...

enhancement

## Checklist - [ ] Add a tab menu at the top to allow for selection between completion or chat. - [ ] Allow to specify the title of the...

enhancement