Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Sep 5, 2024
1 parent 7a4e2e3 commit d3395ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/lib/search/streamingQa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export const searchRequestStreamed = async ({
}
previousPartialChunk = partialChunk as string | null;
completedChunks.forEach((chunk) => {
console.log("chunk", chunk);
// check for answer piece / end of answer

if (Object.hasOwn(chunk, "relevance_summaries")) {
Expand Down

0 comments on commit d3395ac

Please sign in to comment.