Skip to content

Commit 7773331

Browse files
github-actions[bot]nano-code[bot]
andauthored
docs: add note about gpt-5-nano behavior in ch07-2 variables (#27)
Co-authored-by: nano-code[bot] <nano-code[bot]@users.noreply.github.com>
1 parent 2a82b27 commit 7773331

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

workspace/docs/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,11 @@ <h3>Variables の設定</h3>
348348
<pre><code>gh variable set LLM_PROVIDER --body "openai"
349349
gh variable set LLM_MODEL --body "gpt-5-mini"</code></pre>
350350
</dd>
351+
<dt>補足</dt>
352+
<dd>
353+
<p><code>gpt-5-nano</code> は安価ですが、本書で紹介している Issue 駆動ワークフロー(コード修正→ブランチ作成→コミット→プッシュ→PR 作成→Issue へのコメント)を <code>maxSteps=20</code> の上限内で完走できないことを実機で確認しています。そのため、少なくとも <code>gpt-5-mini</code> 以上のモデルを推奨します。</p>
354+
<p>検証ログ: Actions run 25213180942(<code>gpt-5-nano</code>, 未完走) / run 25213291142(<code>gpt-5-mini</code>, 完走)</p>
355+
</dd>
351356
</dl>
352357
</article>
353358

0 commit comments

Comments
 (0)