You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.replyGenerated.emit('<p style="color:red">Your request was rejected as a result of our safety system.<br/>'
77
-
'Your prompt may contain text that is not allowed by our safety system.</p>', False)
77
+
'Your prompt may contain text that is not allowed by our safety system.</p>', False, False, 'Error')
78
78
exceptopenai.error.RateLimitErrorase:
79
-
self.replyGenerated.emit(f'<p style="color:red">{e}<br/>Check the usage: https://platform.openai.com/account/usage<br/>Update to paid account: https://platform.openai.com/account/billing/overview', False)
79
+
self.replyGenerated.emit(f'<p style="color:red">{e}<br/>Check the usage: https://platform.openai.com/account/usage<br/>Update to paid account: https://platform.openai.com/account/billing/overview', False, False, 'Error')
0 commit comments