Update index.js
Browse files
index.js
CHANGED
@@ -616,7 +616,7 @@ async function handleNormalResponse(response, model, res) {
|
|
616 |
}
|
617 |
}
|
618 |
if (linejosn.response === "webSearchResults" && CONFIG.ISSHOW_SEARCH_RESULTS) {
|
619 |
-
fullResponse += `\r\n<
|
620 |
}
|
621 |
break;
|
622 |
}
|
|
|
616 |
}
|
617 |
}
|
618 |
if (linejosn.response === "webSearchResults" && CONFIG.ISSHOW_SEARCH_RESULTS) {
|
619 |
+
fullResponse += `\r\n<think>${await Utils.organizeSearchResults(linejosn.webSearchResults)}</think>\r\n`;
|
620 |
}
|
621 |
break;
|
622 |
}
|