feat(llm) : add qwen to fn call supported model (#9929)

This commit is contained in:
Xingyao Wang 2025-07-27 00:53:55 -04:00 committed by GitHub
parent 588e838dc4
commit c8f9e6b9fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,6 +88,7 @@ FUNCTION_CALLING_SUPPORTED_MODELS = [
'gpt-4.1',
'kimi-k2-0711-preview',
'kimi-k2-instruct',
'Qwen3-Coder-480B-A35B-Instruct',
]
REASONING_EFFORT_SUPPORTED_MODELS = [