Added remark

This commit is contained in:
M66B
2023-11-12 21:16:46 +01:00
parent 33b67f02f2
commit 10a1d19b18

View File

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