docs(gemini): add Google Gemini guide

This commit is contained in:
Jetha Chan 2026-04-28 15:53:30 +09:00 committed by Teknium
parent 794f48766c
commit b1476c76f6
2 changed files with 282 additions and 0 deletions

View file

@ -42,6 +42,8 @@ You need at least one way to connect to an LLM. Use `hermes model` to switch pro
| **LM Studio** | `hermes model` → "LM Studio" (provider: `lmstudio`, optional `LM_API_KEY`) |
| **Custom Endpoint** | `hermes model` → choose "Custom endpoint" (saved in `config.yaml`) |
For the official API-key path, see the dedicated [Google Gemini guide](/docs/guides/google-gemini).
:::tip Model key alias
In the `model:` config section, you can use either `default:` or `model:` as the key name for your model ID. Both `model: { default: my-model }` and `model: { model: my-model }` work identically.
:::