752 B
752 B
Session Summary (2026-06-17)
- Issue: Cronjob Rechnungen‑Organizer failed with
RuntimeError: No LLM provider configured. - Resolution steps:
- Verified current Hermes config (
hermes config) – model/provider set tonoris/vllm/gpt-oss-120b. - Updated the cronjob to use the same model/provider via
cronjob action=update. - Confirmed the job now has
model: vllm/gpt-oss-120bandprovider: noris.
- Verified current Hermes config (
- 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 setsteps.
Takeaway: Always ensure a cronjob’s model/provider aligns with the global Hermes configuration, or explicitly set them on the job.