mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
fix: add Azure GPT-5 family to stop words unsupported patterns (#11842)
This commit is contained in:
@@ -132,6 +132,8 @@ SUPPORTS_STOP_WORDS_FALSE_PATTERNS: list[str] = [
|
||||
'grok-code-fast-1',
|
||||
# DeepSeek R1 family
|
||||
'deepseek-r1-0528*',
|
||||
# Azure GPT-5 family
|
||||
'azure/gpt-5*',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user