Skip to content

Commit faa9cd4

Browse files
committed
Trigger linting in repository
1 parent 5e48b1d commit faa9cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/app/llm/openai/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ async def check_moderation(self, input_text: str) -> bool:
236236
return True
237237

238238
except (APIConnectionError, RateLimitError) as e:
239-
logger.error("Moderation connection error: %s", e)
239+
logger.error("Moderation connection or rate limit error: %s", e)
240240
return False
241241
except APIStatusError as e:
242242
logger.error("Moderation API error: %s", e)

0 commit comments

Comments
 (0)