Skip to content

Commit

Permalink
clean flags
Browse files Browse the repository at this point in the history
  • Loading branch information
fegloff committed Mar 19, 2024
1 parent 049319e commit 491c9d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/llms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,6 @@ export class LlmsBot implements PayableBot {
Sentry.setContext('llms', { retryCount, msg })
Sentry.captureException(e)
ctx.chatAction = null
console.log('FCO', e)
if (retryCount === 0) {
// Retry limit reached, log an error or take alternative action
this.logger.error(`Retry limit reached for error: ${e}`)
Expand Down

0 comments on commit 491c9d6

Please sign in to comment.