Update CHANGELOG.md
This commit is contained in:
parent
1ae15beeeb
commit
789e0a022e
|
@ -41,6 +41,7 @@
|
||||||
- Fix: ActivityPubリクエストURLチェック実装は仕様に従っていないのを修正
|
- Fix: ActivityPubリクエストURLチェック実装は仕様に従っていないのを修正
|
||||||
- Fix: 連合無しモードでも外部から照会可能だった問題を修正
|
- Fix: 連合無しモードでも外部から照会可能だった問題を修正
|
||||||
- Fix: テスト用WebHookのペイロードの`emojis`パラメータが実際のものと異なる問題を修正
|
- Fix: テスト用WebHookのペイロードの`emojis`パラメータが実際のものと異なる問題を修正
|
||||||
|
- Enhance: add LLM translation support with openai compatible API
|
||||||
|
|
||||||
## 2025.3.1
|
## 2025.3.1
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
</MkTextarea>
|
</MkTextarea>
|
||||||
<MkTextarea v-model="llmTranslatorUserPrompt">
|
<MkTextarea v-model="llmTranslatorUserPrompt">
|
||||||
<template #label>User Prompt</template>
|
<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>
|
</MkTextarea>
|
||||||
<MkSwitch v-model="llmTranslatorRedisCacheEnabled">
|
<MkSwitch v-model="llmTranslatorRedisCacheEnabled">
|
||||||
<template #label>Redis Cache Enable</template>
|
<template #label>Redis Cache Enable</template>
|
||||||
|
|
Loading…
Reference in New Issue