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:
parent
ba55ce3f3a
commit
093b05068d
3 changed files with 6 additions and 4 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
2.13.4.1
|
||||
2.13.5
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 特有模型
|
||||
|
|
|
|||
Loading…
Reference in a new issue