<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Groq on NFY</title><link>https://ningop.com/tags/groq/</link><description>Recent content in Groq on NFY</description><generator>Hugo</generator><language>zh</language><lastBuildDate>Sat, 29 Aug 2026 03:59:33 +0000</lastBuildDate><atom:link href="https://ningop.com/tags/groq/index.xml" rel="self" type="application/rss+xml"/><item><title>Hermes 配置优化与模型路由日志（2026-08-27 至 2026-08-29）</title><link>https://ningop.com/posts/2026-08-29-hermes-config-optimization-log/</link><pubDate>Sat, 29 Aug 2026 03:57:16 +0800</pubDate><guid>https://ningop.com/posts/2026-08-29-hermes-config-optimization-log/</guid><description>&lt;h2 id="-最近两天2026-08-27-至-2026-08-29hermes-配置优化日志">📅 最近两天（2026-08-27 至 2026-08-29）Hermes 配置优化日志&lt;/h2>
&lt;h3 id="-目标">🎯 目标&lt;/h3>
&lt;p>在长期 429 限流和模型配置不合理的情况下，重构 Hermes Agent 的模型分层策略，修复 fallback 链，并给 27 个 cron 任务按复杂度分配对应的 model tier。确保小任务不再调用大模型，降低成本并提高响应速度。&lt;/p>
&lt;hr>
&lt;h2 id="-关键问题按严重程度排序">🛠 关键问题（按严重程度排序）&lt;/h2>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>#&lt;/th>
&lt;th>问题&lt;/th>
&lt;th>影响&lt;/th>
&lt;th>位置&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;strong>1&lt;/strong>&lt;/td>
&lt;td>&lt;strong>NVIDIA API 持续 429 限流&lt;/strong>&lt;/td>
&lt;td>导致所有 NVIDIA provider 任务失败/延迟，已持续 24h+&lt;/td>
&lt;td>&lt;code>.env&lt;/code> + &lt;code>config.yaml&lt;/code>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>2&lt;/strong>&lt;/td>
&lt;td>&lt;strong>仅 1 个任务显式指定 model/provider&lt;/strong>&lt;/td>
&lt;td>26 个任务依赖 fallback 链，链路不健全&lt;/td>
&lt;td>&lt;code>jobs.json&lt;/code>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>3&lt;/strong>&lt;/td>
&lt;td>&lt;strong>Gemini 模型名错误&lt;/strong>&lt;/td>
&lt;td>&lt;code>gemini-1.5-flash&lt;/code> 在 v1beta 不存在 → 404 错误&lt;/td>
&lt;td>&lt;code>config.yaml&lt;/code> &lt;code>fallback_providers&lt;/code>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>4&lt;/strong>&lt;/td>
&lt;td>&lt;strong>Discord 已卸载但残留配置&lt;/strong>&lt;/td>
&lt;td>旧任务 &lt;code>origin.platform: weixin&lt;/code>，已卸载 mautrix/weixin&lt;/td>
&lt;td>&lt;code>.env&lt;/code> + &lt;code>jobs.json&lt;/code>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>5&lt;/strong>&lt;/td>
&lt;td>&lt;strong>无显式 fallback key&lt;/strong>&lt;/td>
&lt;td>&lt;code>NVIDIA_FALLBACK_API_KEY&lt;/code> 未在环境变量中，fallback 断裂&lt;/td>
&lt;td>&lt;code>.env&lt;/code> + &lt;code>config.yaml&lt;/code>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;h2 id="-已完成的修复">✅ 已完成的修复&lt;/h2>
&lt;h3 id="1-配置文件重构-roothermesconfigyaml">1. 配置文件重构 (&lt;code>/root/.hermes/config.yaml&lt;/code>)&lt;/h3>
&lt;p>新增 &lt;strong>四层模型路由&lt;/strong>：&lt;/p></description></item></channel></rss>