From 9dbb57d682494df8e648e6a11ab03ebd410241fe Mon Sep 17 00:00:00 2001 From: GoldMath Date: Fri, 16 May 2025 09:05:12 +0200 Subject: [PATCH] Update 3_translations.md (#1158) --- docs/docs/usage/3_translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/usage/3_translations.md b/docs/docs/usage/3_translations.md index 1c622b1e..84ba4a54 100644 --- a/docs/docs/usage/3_translations.md +++ b/docs/docs/usage/3_translations.md @@ -2,7 +2,7 @@ title: Translations --- -Default `Translation` task uses Whisper model ability to translate to English. Since version `1.0.0` Buzz supports additional AI translations to any other language. +Default `Translation` task uses Whisper model ability to translate to English, however `Large-V3-Turbo` is not compatible with this standard. Since version `1.0.0` Buzz supports additional AI translations to any other language. To use translation feature you will need to configure OpenAI API key and translation settings. Set OpenAI API ket in Preferences. Buzz also supports custom locally running translation AIs that support OpenAI API. For more information on locally running AIs see [ollama](https://ollama.com/blog/openai-compatibility) or [LM Studio](https://lmstudio.ai/). For information on available custom APIs see this [discussion thread](https://github.com/chidiwilliams/buzz/discussions/827).