diff --git a/README.md b/README.md index 1054f97..2ccca29 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # keychecker a bulk key checker for various AI services +NOTE: OAI recently seems to be hard blocking requests when checking some number of keys in short succession, this has persisted despite using different IP's so it's not an IP ban. I have tested other keycheckers (kkc, OAI_API_Checker) and they also fail, or in the case of kkc, outright crash after 5 minutes. This keychecker should still work for OAI but expect it to take its time if you're running it on a decently sized load and have been throttled (possibly more than 10 minutes). If this isn't just a temporary issue on OAI's end and is in fact permenant, I will investigate further and work on a fix. + Currently supports and validates keys for the services below, and checks for the listed attributes a key might have: - OpenAI - (Best model, key in quota, RPM (catches increase requests), tier, list of organizations if applicable, trial key status) @@ -29,4 +31,4 @@ Stops outputting and saving keys to the snapshot file (proxyoutput will also do `-file` -Reads keys from a file instead of stdin, place either the absolute or relative path to the file in quotes after the flag. \ No newline at end of file +Reads keys from a file instead of stdin, place either the absolute or relative path to the file in quotes after the flag.