Fix issue #9655: [Bug]: CodeActAgent is incompatible with xAI Grok-4 due to hardcoded stop parameter (#9666)

Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
This commit is contained in:
OpenHands
2025-07-11 11:31:11 -04:00
committed by GitHub
parent fb5a39a150
commit 8937b3fbfc
2 changed files with 40 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ MODELS_WITHOUT_STOP_WORDS = [
'o1-preview',
'o1',
'o1-2024-12-17',
'xai/grok-4-0709',
]