Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiaqi authored and yinjiaqi committed Dec 30, 2024
1 parent 7057817 commit b32b1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/assistant/threads/runs/stream_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def __stream__(self) -> Iterator[Union[
process_res = self.__stream_event_process__(event)
yield process_res
except Exception as e:
logger.error(e)
logger.info(e)

def __stream_event_process__(self, event) -> Union[
thread_type.StreamRunStatus, thread_type.StreamRunMessage, dict]:
Expand Down

0 comments on commit b32b1eb

Please sign in to comment.