Commit Graph

72 Commits

Author SHA1 Message Date
based 02ef6a0b13 oops 2024-02-17 22:02:37 +10:00
based 4685bbab3d clean up aws checker 2024-02-16 22:07:28 +10:00
based 03fbeb741e mark quarantined keys with bedrock already set up as valid 2024-02-16 15:53:04 +10:00
based 6372f929d4 distinguish makersuite keys with special gemini models 2024-02-16 15:04:52 +10:00
based 5d99a6802a \n 2024-02-15 05:01:28 +10:00
based 681bdc3134 fix for openai gateway timeout ratelimit and some aws changes 2024-02-15 04:55:28 +10:00
based fc9b4fe95d remove debug 2024-01-30 05:15:56 +10:00
based e8a90abdc1 fix tiering not showing due to change with OAI rate limits 2024-01-30 05:15:16 +10:00
based c4679e67d8 only output aws keys with bedrock enabled when running -proxyoutput 2024-01-28 14:49:00 +10:00
based 088814edd6 prioritize non filtered models when coming across the same model tier in azure
also reverted the azure checker to being multithreaded instead of asynchronous, the async version does nothing but choke on large key counts even with a small semaphore value. if theres any sort of rate limit in place on something then async is slop.

run_in_executor was also causing timeout errors and ignoring caught exceptions so it's been removed and replaced with the old as_completed method. it gets passed to an executor in the end either way so there shouldn't be much of a performance difference, if any.
2024-01-27 19:21:52 +10:00
based aaa5fd8e89 this bald fuck 2024-01-27 08:08:19 +10:00
based 950d7a8005 Update README.md 2024-01-24 07:50:58 +10:00
based 3da8231b79 use a nonblocking sleep on anthropic rate limited retries
honestly i don't even know if pozzed checks are needed anymore, i haven't seen a pozzed key in months. i think they stopped doing that shit once they realized how retarded it was.
2024-01-24 07:45:12 +10:00
based 201cd6207c added verbose flag 2024-01-24 07:36:54 +10:00
based b3416a6e49 bug fixes 2024-01-24 07:07:55 +10:00
based 333a519a2e Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
2024-01-21 07:47:19 +10:00
based 86e8d6ba45 merged async version into master 2024-01-21 07:46:49 +10:00
based 9c9ce3e2cb Merge branch 'async'
# Conflicts:
#	README.md
#	requirements.txt
2024-01-21 07:44:31 +10:00
based 16826c6f9e Update README.md 2024-01-18 12:46:37 +10:00
based 6ba0d2ef72 changed my mind again 2024-01-18 12:44:29 +10:00
based 167b2cea7b Update README.md 2024-01-18 12:28:27 +10:00
based 3ad16793a3 implement a concurrent connection limit so we don't overflow the windows network buffer
(oops)
2024-01-18 12:14:21 +10:00
based 887d89e659 Update README.md 2024-01-18 10:58:04 +10:00
based 371cedadaa clean up requirements.txt 2024-01-18 10:34:00 +10:00
based 873a8f51f7 Merge branch 'master' of https://github.com/kingbased/keychecker into async 2024-01-18 10:31:24 +10:00
based 80bea77242 clean up requirements.txt 2024-01-18 10:29:49 +10:00
based 4061ded217 Update README.md
seems like it was fixed
2024-01-18 09:19:08 +10:00
based 22de3b0754 added async support for various services 2024-01-18 09:14:54 +10:00
based 5baed1e942 quick fix for a cosmetic error 2024-01-17 04:32:27 +10:00
based 3edc6f495a test once (dummy) 2024-01-17 04:12:38 +10:00
based 052a61e6f5 Update README.md 2024-01-17 04:07:04 +10:00
based d37593c7be output time taken to check keys 2024-01-09 19:34:19 +10:00
based 0193113b35 btfo by aws docs. final aws fix forever hopefully.
(bezos lied)
2024-01-09 18:11:10 +10:00
based 002feac41d fucked if i know man. 2024-01-09 16:36:13 +10:00
based aca0be99a7 run filter check on all azure gpt deployments.
blanket fix to catch unfiltered furbo instances, since it's impossible to know if a deployment is running the preview model since we can't get subversions with just an api key
2024-01-07 17:59:47 +10:00
based e0693c35c8 update README.md 2024-01-06 12:42:38 +10:00
based 2bce800767 added accurate tier output to oai keys
this will help differentiate fake t4/t5 keys reporting as 10k rpm but in reality have just had their rpm limit increased by asking openai
2024-01-06 12:38:20 +10:00
based 2050379280 changed AWS keychecker to output 'useless' keys and show the reason why they are deemed so. 2024-01-04 12:50:30 +10:00
based 37b9bd320e added mistral to -proxyoutput since it's supported now 2023-12-28 02:03:56 +10:00
based 76079bf140 added -file argument 2023-12-23 14:00:28 +10:00
based e812d0d360 fix inactive sub check for mistral 2023-12-17 09:15:56 +10:00
based f258c15c19 added mistral support 2023-12-16 12:22:34 +10:00
based 1b7c45ff98 removed debug output 2023-12-14 08:29:35 +10:00
based b60f94f8a7 out with the old in with the new 2023-12-14 08:18:01 +10:00
based a9637d8811 oops 2023-12-13 10:40:44 +10:00
based 266bc976ea Added Google Vertex AI support 2023-12-11 03:44:49 +10:00
based 782864d6cc updated README.md 2023-12-06 13:05:44 +10:00
based cf87885b5e updated README.md 2023-12-06 13:01:59 +10:00
based fa11815878 added check for aws keylogging 2023-12-06 12:42:32 +10:00
based 039d6c8713 added azure openai support 2023-12-06 10:55:08 +10:00