Skip to content

Commit

Permalink
refactor: remove redundant error logging in AISuiteLLMExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
seymourtang committed Jan 3, 2025
1 parent addb948 commit bb8166a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,6 @@ def stream_chat(self, ts: datetime.time, messages: List[Any], callback):
if callback is not None:
callback(sentence, False)

else:
ten.log_warn(
f"request_id: {response.request_id}, status_code: {response.status_code}, error code: {response.code}, error message: {response.message}"
)
break

# always send end_of_segment
if callback is not None:
callback(partial, True)
Expand Down

0 comments on commit bb8166a

Please sign in to comment.