diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-01 13:25:46 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-01 13:25:46 +0300 |
| commit | 327817bae6a386f37d31d50a962c559d747a5383 (patch) | |
| tree | 23de5d328176e665fb34c8ed9a7e3721738f2c14 /assets/config.yaml.example | |
| parent | d3fe3586f50545575978f8d73a649afabc915008 (diff) | |
zs: add Gemini-backed phonetic fetching
Diffstat (limited to 'assets/config.yaml.example')
| -rw-r--r-- | assets/config.yaml.example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/assets/config.yaml.example b/assets/config.yaml.example index 18d4513..8408b12 100644 --- a/assets/config.yaml.example +++ b/assets/config.yaml.example @@ -29,9 +29,15 @@ translation: # Supported values: openai (default) or gemini provider: openai +# Phonetic configuration +phonetic: + # IPA phonetic backend used by internal/phonetic/fetcher.go + # Supported values: gemini (default) or openai + provider: gemini + # Google API settings google: - # Used by Gemini translation when translation.provider is set to gemini + # Used by Gemini translation and Gemini phonetic fetching api_key: ${GOOGLE_API_KEY} # Image configuration |
