This commit is contained in:
M66B 2024-04-28 16:00:46 +02:00
parent 957276c1d4
commit b37d97c516
1 changed files with 0 additions and 2 deletions

View File

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