Claude code action default model and temperature? #331
yekkhan-liftoff
started this conversation in
General
Replies: 1 comment
-
|
1. Default model Claude Code Action uses Sonnet by default (currently Claude Sonnet 4.6). You can override it with: model: claude-sonnet-4-5-20241022 # or any supported modelor via claude_args: "--model claude-opus-4-6"2. Temperature There's no direct If you're seeing hallucinations, a few things that helped me more than temperature would:
model: claude-opus-4-6The hallucination issue usually isn't about randomness (temperature) — it's about context. Give Claude more grounding information and it'll stay closer to reality. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions