mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-07-03 12:27:41 +08:00
Co-authored-by: 亢奋猫 <kangfenmao@qq.com> Co-authored-by: fullex <106392080+0xfullex@users.noreply.github.com> Signed-off-by: eeee0717 <chentao020717Work@outlook.com>
6 lines
388 B
Markdown
6 lines
388 B
Markdown
---
|
|
'@cherrystudio/ai-core': patch
|
|
---
|
|
|
|
Add rerank runtime support. Exposes a `rerank` runtime helper (plus `RerankParams` / `RerankResult` types and `RuntimeExecutor.rerank`) and an `OpenAICompatibleRerankingModel` provider model (with `createOpenAICompatibleRerankingModel` and its config/settings types) so OpenAI-compatible providers can serve reranking through the standard runtime.
|