Added remark

pull/214/head
M66B 10 months ago
parent 33b67f02f2
commit 10a1d19b18

@ -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);
}

Loading…
Cancel
Save