chore: 更新版本号至2.13.5并调整Qwen模型列表

- 将项目版本从2.13.4.1更新至2.13.5
- 更新Qwen API客户端版本至0.14.2
- 调整`openai-qwen-oauth`提供商模型列表顺序,将通用模型置于前列
This commit is contained in:
hex2077 2026-04-10 16:45:43 +08:00
parent ba55ce3f3a
commit 093b05068d
3 changed files with 6 additions and 4 deletions

View file

@ -1 +1 @@
2.13.4.1
2.13.5

View file

@ -668,7 +668,7 @@ export class QwenApiService {
const maxRetries = (this.config && this.config.REQUEST_MAX_RETRIES) || 3;
const baseDelay = (this.config && this.config.REQUEST_BASE_DELAY) || 1000;
const version = "0.13.2";
const version = "0.14.2";
const userAgent = `QwenCode/${version} (${process.platform}; ${process.arch})`;
try {

View file

@ -44,10 +44,12 @@ export const PROVIDER_MODELS = {
'openai-custom': [],
'openaiResponses-custom': [],
'openai-qwen-oauth': [
'coder-model',
'vision-model',
'qwen3.6-plus',
'qwen3.5-plus',
'qwen3-coder-plus',
'qwen3-coder-flash',
'coder-model',
'vision-model'
],
'openai-iflow': [
// iFlow 特有模型