diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-01 13:31:12 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-01 13:31:12 +0300 |
| commit | 7435d08d70107d20e13a0a725c9e8645ac3f7c57 (patch) | |
| tree | 58036d3b2cc978734ea001b8a8f1b25a95d6d71d /assets | |
| parent | 327817bae6a386f37d31d50a962c559d747a5383 (diff) | |
zs: preserve OpenAI default for phonetics
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/config.yaml.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/config.yaml.example b/assets/config.yaml.example index 8408b12..461dfa9 100644 --- a/assets/config.yaml.example +++ b/assets/config.yaml.example @@ -32,12 +32,12 @@ translation: # Phonetic configuration phonetic: # IPA phonetic backend used by internal/phonetic/fetcher.go - # Supported values: gemini (default) or openai - provider: gemini + # Supported values: openai (default) or gemini + provider: openai # Google API settings google: - # Used by Gemini translation and Gemini phonetic fetching + # Used by Gemini translation and Gemini phonetic fetching when enabled api_key: ${GOOGLE_API_KEY} # Image configuration |
