mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Cleanup
This commit is contained in:
@@ -203,8 +203,6 @@ public class OpenAI {
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
}
|
||||
if (status == 429)
|
||||
error += "\nThis is an error message from OpenAI, not of the app";
|
||||
throw new IOException(error);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user