mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Added remark
This commit is contained in:
@@ -226,6 +226,8 @@ 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