Skip to content

Commit 389cd51

Browse files
committed
remove print
1 parent 7a9bb55 commit 389cd51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llama_cpp/llama_chat_template.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ def _handle_streaming_tool_calls(
486486
):
487487
param_text = param_chunk["choices"][0]["text"]
488488
# Convert to chat completion chunk and yield
489-
print(f"param_text: {param_text}")
490489
accumulated_text += param_text
491490
yield {
492491
"id": "chat" + name_completion["id"],

0 commit comments

Comments
 (0)