From d3fe3586f50545575978f8d73a649afabc915008 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 1 Apr 2026 13:15:13 +0300 Subject: zr: preserve Gemini init errors and docs --- assets/config.yaml.example | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'assets/config.yaml.example') diff --git a/assets/config.yaml.example b/assets/config.yaml.example index 3988035..18d4513 100644 --- a/assets/config.yaml.example +++ b/assets/config.yaml.example @@ -23,6 +23,17 @@ audio: # openai_instruction: "You are a Bulgarian language teacher. Pronounce the Bulgarian words slowly with authentic Bulgarian accent and phonetics." # openai_instruction: "Speak Bulgarian text with proper Bulgarian pronunciation. Avoid Russian accent. Speak clearly at a pace suitable for beginners." +# Translation configuration +translation: + # Translation backend used by internal/translation/translator.go + # Supported values: openai (default) or gemini + provider: openai + +# Google API settings +google: + # Used by Gemini translation when translation.provider is set to gemini + api_key: ${GOOGLE_API_KEY} + # Image configuration image: # Provider: currently only openai is supported -- cgit v1.2.3