We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9bb55 commit 389cd51Copy full SHA for 389cd51
llama_cpp/llama_chat_template.py
@@ -486,7 +486,6 @@ def _handle_streaming_tool_calls(
486
):
487
param_text = param_chunk["choices"][0]["text"]
488
# Convert to chat completion chunk and yield
489
- print(f"param_text: {param_text}")
490
accumulated_text += param_text
491
yield {
492
"id": "chat" + name_completion["id"],
0 commit comments