docs: configure hermes desktop app (#16440)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user