Update CHANGELOG.md

This commit is contained in:
yu 2025-03-22 20:21:03 +08:00
parent 1ae15beeeb
commit 789e0a022e
2 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@
- Fix: ActivityPubリクエストURLチェック実装は仕様に従っていないのを修正
- Fix: 連合無しモードでも外部から照会可能だった問題を修正
- Fix: テスト用WebHookのペイロードの`emojis`パラメータが実際のものと異なる問題を修正
- Enhance: add LLM translation support with openai compatible API
## 2025.3.1

View File

@ -74,7 +74,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkTextarea>
<MkTextarea v-model="llmTranslatorUserPrompt">
<template #label>User Prompt</template>
<template #caption>Translation instruction template (may include {text} for source text and {targetLang} for target language)<br>Example: "Translate this to {targetLang}: {text}"</template>
<template #caption>Translation instruction template (use {text} for source content and {targetLang} for target language)<br>Example: "Translate this to {targetLang}: {text}"</template>
</MkTextarea>
<MkSwitch v-model="llmTranslatorRedisCacheEnabled">
<template #label>Redis Cache Enable</template>