mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 23:58:34 +00:00
too many logs
This commit is contained in:
@@ -285,12 +285,12 @@ class EventListener(BaseEventListener):
|
||||
event.timestamp,
|
||||
)
|
||||
|
||||
@crewai_event_bus.on(LLMStreamChunkEvent)
|
||||
def on_llm_stream_chunk(source, event: LLMStreamChunkEvent):
|
||||
self.logger.log(
|
||||
f"📝 LLM stream chunk received",
|
||||
event.timestamp,
|
||||
)
|
||||
# @crewai_event_bus.on(LLMStreamChunkEvent)
|
||||
# def on_llm_stream_chunk(source, event: LLMStreamChunkEvent):
|
||||
# self.logger.log(
|
||||
# f"📝 LLM stream chunk received",
|
||||
# event.timestamp,
|
||||
# )
|
||||
|
||||
|
||||
event_listener = EventListener()
|
||||
|
||||
Reference in New Issue
Block a user