Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Nov 12, 2023
1 parent fe6a444 commit dbfd3a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llmstack/play/actors/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def on_receive(self, message: Message) -> Any:
agent_message_id = str(uuid.uuid4())

for data in result:
logger.info(data)
if data.object == 'chat.completion.chunk' and len(data.choices) > 0 and data.choices[0].delta:
finish_reason = data.choices[0].finish_reason
delta = data.choices[0].delta
Expand Down

0 comments on commit dbfd3a8

Please sign in to comment.