mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix: add Azure GPT-5 family to stop words unsupported patterns (#11842)
This commit is contained in:
parent
d62bb81c3b
commit
6d8cca43a8
@ -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*',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user