diff --git a/src/pipecat/services/aws/llm.py b/src/pipecat/services/aws/llm.py index 068d18149..20daeeb74 100644 --- a/src/pipecat/services/aws/llm.py +++ b/src/pipecat/services/aws/llm.py @@ -388,7 +388,6 @@ class AWSBedrockLLMContext(OpenAILLMContext): new_content.append({"text": text_content}) # handle image_url -> image conversion if item["type"] == "image_url": - print(f"[pk] Converting image_url item: {item}") new_item = { "image": { "format": "jpeg",