docs: configure hermes desktop app (#16440)

This commit is contained in:
Bruce MacDonald
2026-06-02 14:32:10 -07:00
committed by GitHub
parent c952708169
commit 7a2073d17b
+22
View File
@@ -117,3 +117,25 @@ Connect a messaging platform? (Telegram, Discord, etc.)
Launch hermes chat now? [Y/n]: Y
```
### Configure desktop app with Ollama cloud models
To configure Hermes Desktop with cloud models, run:
```bash
hermes model
```
In the model wizard:
1. Select **Ollama Cloud** as the provider
2. Enter your [Ollama API key](https://ollama.com/settings/keys)
3. Leave the default base URL as `https://ollama.com/v1`
4. Pick a model. Recommended: `glm-5.1` or `kimi-k2.6`
Then launch Hermes Desktop:
```bash
hermes desktop
```
This can take some time to configure before the desktop app starts.