mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08: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