Skip to content

Commit

Permalink
Remove log (#6127)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Jul 18, 2024
1 parent 79d50a5 commit 334b3dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/langchain-anthropic/src/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ function _makeMessageChunkFromAnthropicEvent(
total_tokens: usage.input_tokens + usage.output_tokens,
};
}
console.log("data.message", data.message);
return {
chunk: new AIMessageChunk({
content: fields.coerceContentToString ? "" : [],
Expand Down

0 comments on commit 334b3dd

Please sign in to comment.