mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-04-09 09:03:40 +00:00
fix: update default Copilot model version to 4.6
This commit is contained in:
parent
4efd6b7267
commit
a4a43e3d34
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ End after the Buy Me A Coffee button. No meta-commentary, no explanations."
|
||||||
# Use Claude Sonnet for better user-focused, plain-language release notes.
|
# Use Claude Sonnet for better user-focused, plain-language release notes.
|
||||||
# Haiku tends to echo technical commit language; Sonnet better translates to user benefits.
|
# Haiku tends to echo technical commit language; Sonnet better translates to user benefits.
|
||||||
# Can override with: COPILOT_MODEL=claude-haiku-4.5 ./scripts/release/generate-notes
|
# Can override with: COPILOT_MODEL=claude-haiku-4.5 ./scripts/release/generate-notes
|
||||||
COPILOT_MODEL="${COPILOT_MODEL:-claude-sonnet-4-6}"
|
COPILOT_MODEL="${COPILOT_MODEL:-claude-sonnet-4.6}"
|
||||||
|
|
||||||
# Call copilot CLI (it will handle authentication interactively)
|
# Call copilot CLI (it will handle authentication interactively)
|
||||||
copilot --model "$COPILOT_MODEL" < "$TEMP_PROMPT" || {
|
copilot --model "$COPILOT_MODEL" < "$TEMP_PROMPT" || {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue