Skip to content

Commit 3d65f0a

Browse files
committed
[chore] remove print
1 parent 9006b78 commit 3d65f0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/core/llmstudio_core/providers/bedrock.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def parse_response(self, response: AsyncGenerator[Any, None], **kwargs) -> Any:
112112
tool_id = None
113113

114114
for chunk in response["stream"]:
115-
print(chunk)
116115
if chunk.get("messageStart"):
117116
first_chunk = ChatCompletionChunk(
118117
id=str(uuid.uuid4()),

0 commit comments

Comments
 (0)