Hermes Agent Interactive Configuration Guide
Use the built-in hermes model wizard of Hermes Agent to connect to 华烁云. The wizard is responsible for writing to ~/.hermes/config.yaml and ~/.hermes/.env, suitable for users who do not want to manually edit YAML.
¶ Configuration Steps
- Create a Coding-specific API Token in the 华烁云 console.
- Run
hermes model, and choose to add a custom OpenAI-compatible Provider. - Fill in the following:
| Field | Value |
|---|---|
| Provider name | acedatacloud |
| Base URL | https://hsyunapi.hszl-bd.cn/v1 |
| API key environment variable | ACEDATACLOUD_API_KEY |
| Model | The model ID selected in the Coding configuration wizard |
| API format | Chat Completions |
- After saving, completely exit and restart Hermes.
The token is only written to the local credential file; do not submit it to repositories, issues, logs, or screenshots.
¶ Verification
hermes --version
hermes chat --model MODEL_ID "Reply only OK"
If it returns 401, check the Token in ~/.hermes/.env; if changes do not take effect, restart Hermes. Some services that only provide streaming responses also need to be registered in Hermes's auxiliary.stream_only_base_urls, but regular chat configurations do not require additional settings.
¶ Official References
Return to Coding Plan Configuration Center.