yxmiler commited on
Commit
8ef71b9
·
verified ·
1 Parent(s): 8bb80fd

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
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<thinking>${await Utils.organizeSearchResults(linejosn.webSearchResults)}</thinking>\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
  }