feat: qwen qwq model config (#4008)

This commit is contained in:
Archer
2025-03-06 20:18:33 +08:00
committed by GitHub
parent 54fde7630c
commit a1b114e426
5 changed files with 86 additions and 37 deletions

View File

@@ -264,7 +264,7 @@ export const dispatchChatCompletion = async (props: ChatProps): Promise<ChatResp
}
})();
if (!answerText) {
if (!answerText && !reasoningText) {
return Promise.reject(getEmptyResponseTip());
}