fix: add Azure GPT-5 family to stop words unsupported patterns (#11842)

This commit is contained in:
Marco Dalalba 2025-11-30 21:32:34 -03:00 committed by GitHub
parent d62bb81c3b
commit 6d8cca43a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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*',
]