pull/215/head
M66B 1 year ago
parent 957276c1d4
commit b37d97c516

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

Loading…
Cancel
Save