mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-04 22:51:08 +00:00
feat: add Qwen3.6-Plus model support
- Add Qwen3.6-Plus as the latest model in README news section - Update model configurations to use qwen3.6-plus as default - Update i18n translations for Qwen3.6-Plus description - Update token limits patterns to support qwen3.x versions generically - Remove default temperature from DashScope provider to use model defaults Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
92f7549bdc
commit
104b1cda44
10 changed files with 36 additions and 47 deletions
|
|
@ -1336,8 +1336,8 @@ export default {
|
|||
unknown: 'unbekannt',
|
||||
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
||||
"Modell konnte nicht auf '{{modelId}}' umgestellt werden.\n\n{{error}}",
|
||||
'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
|
||||
'Qwen 3.5 Plus — effizientes Hybridmodell mit führender Programmierleistung',
|
||||
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
|
||||
'Qwen 3.6 Plus — effizientes Hybridmodell mit führender Programmierleistung',
|
||||
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
||||
'Das neueste Qwen Vision Modell von Alibaba Cloud ModelStudio (Version: qwen3-vl-plus-2025-09-23)',
|
||||
|
||||
|
|
|
|||
|
|
@ -1385,8 +1385,8 @@ export default {
|
|||
unknown: 'unknown',
|
||||
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
||||
"Failed to switch model to '{{modelId}}'.\n\n{{error}}",
|
||||
'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
|
||||
'Qwen 3.5 Plus — efficient hybrid model with leading coding performance',
|
||||
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
|
||||
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance',
|
||||
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
||||
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)',
|
||||
|
||||
|
|
|
|||
|
|
@ -1026,8 +1026,8 @@ export default {
|
|||
'not set': '未設定',
|
||||
none: 'なし',
|
||||
unknown: '不明',
|
||||
'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
|
||||
'Qwen 3.5 Plus — 効率的なハイブリッドモデル、業界トップクラスのコーディング性能',
|
||||
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
|
||||
'Qwen 3.6 Plus — 効率的なハイブリッドモデル、業界トップクラスのコーディング性能',
|
||||
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
||||
'Alibaba Cloud ModelStudioの最新Qwen Visionモデル(バージョン: qwen3-vl-plus-2025-09-23)',
|
||||
// Dialogs - Permissions
|
||||
|
|
|
|||
|
|
@ -1339,8 +1339,8 @@ export default {
|
|||
unknown: 'desconhecido',
|
||||
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
||||
"Falha ao trocar o modelo para '{{modelId}}'.\n\n{{error}}",
|
||||
'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
|
||||
'Qwen 3.5 Plus — modelo híbrido eficiente com desempenho líder em programação',
|
||||
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
|
||||
'Qwen 3.6 Plus — modelo híbrido eficiente com desempenho líder em programação',
|
||||
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
||||
'O modelo Qwen Vision mais recente do Alibaba Cloud ModelStudio (versão: qwen3-vl-plus-2025-09-23)',
|
||||
|
||||
|
|
|
|||
|
|
@ -1262,8 +1262,8 @@ export default {
|
|||
unknown: 'неизвестно',
|
||||
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
||||
"Не удалось переключиться на модель '{{modelId}}'.\n\n{{error}}",
|
||||
'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
|
||||
'Qwen 3.5 Plus — эффективная гибридная модель с лидирующей производительностью в программировании',
|
||||
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
|
||||
'Qwen 3.6 Plus — эффективная гибридная модель с лидирующей производительностью в программировании',
|
||||
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
||||
'Последняя модель Qwen Vision от Alibaba Cloud ModelStudio (версия: qwen3-vl-plus-2025-09-23)',
|
||||
|
||||
|
|
|
|||
|
|
@ -1309,8 +1309,8 @@ export default {
|
|||
unknown: '未知',
|
||||
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
||||
"无法切换到模型 '{{modelId}}'.\n\n{{error}}",
|
||||
'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
|
||||
'Qwen 3.5 Plus — 高效混合架构,编程性能业界领先',
|
||||
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
|
||||
'Qwen 3.6 Plus — 高效混合架构,编程性能业界领先',
|
||||
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
||||
'来自阿里云 ModelStudio 的最新 Qwen Vision 模型(版本:qwen3-vl-plus-2025-09-23)',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue