Files
hermes-skills/cronjob/references/session_20260617_rechnungen_organizer.md

11 lines
752 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## Session Summary (2026-06-17)
- Issue: Cronjob **RechnungenOrganizer** failed with `RuntimeError: No LLM provider configured`.
- Resolution steps:
1. Verified current Hermes config (`hermes config`) model/provider set to `noris`/`vllm/gpt-oss-120b`.
2. Updated the cronjob to use the same model/provider via `cronjob action=update`.
3. Confirmed the job now has `model: vllm/gpt-oss-120b` and `provider: noris`.
- Additional improvement: Added a new pitfall entry to the **cronjob** skill covering the "No LLM provider configured" error and the required `hermes model` / `hermes config set` steps.
**Takeaway:** Always ensure a cronjobs model/provider aligns with the global Hermes configuration, or explicitly set them on the job.