File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -102,16 +102,14 @@ export const QWEN_OAUTH_ALLOWED_MODELS = [
102102export const QWEN_OAUTH_MODELS : ModelConfig [ ] = [
103103 {
104104 id : 'coder-model' ,
105- name : 'Qwen Coder' ,
106- description :
107- 'The latest Qwen Coder model from Alibaba Cloud ModelStudio (version: qwen3-coder-plus-2025-09-23)' ,
105+ name : 'coder-model' ,
106+ description : 'The latest Qwen Coder model from Alibaba Cloud ModelStudio' ,
108107 capabilities : { vision : false } ,
109108 } ,
110109 {
111110 id : 'vision-model' ,
112- name : 'Qwen Vision' ,
113- description :
114- 'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)' ,
111+ name : 'vision-model' ,
112+ description : 'The latest Qwen Vision model from Alibaba Cloud ModelStudio' ,
115113 capabilities : { vision : true } ,
116114 } ,
117115] ;
You can’t perform that action at this time.
0 commit comments