mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-16 04:25:59 +00:00
💄 style: add parallel_tool_calls support for Qwen (#5584)
This commit is contained in:
@@ -60,6 +60,9 @@ export const LobeQwenAI = LobeOpenAICompatibleFactory({
|
||||
search_strategy: process.env.QWEN_SEARCH_STRATEGY || 'standard', // standard or pro
|
||||
}
|
||||
}),
|
||||
...(payload.tools && {
|
||||
parallel_tool_calls: true,
|
||||
}),
|
||||
} as any;
|
||||
},
|
||||
handleStream: QwenAIStream,
|
||||
|
||||
Reference in New Issue
Block a user