Skip to content

Commit b8fb4a1

Browse files
committed
remove console.log
1 parent d5952d8 commit b8fb4a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/ChatCompletionStream.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ export class ChatCompletionStream
166166
}
167167

168168
if (logprobs) {
169-
console.log({ logprobs });
170169
if (!choice.logprobs) {
171170
choice.logprobs = { token_ids: [], token_logprobs: [], tokens: [] };
172171
}

0 commit comments

Comments
 (0)