Commit Graph

33 Commits

Author SHA1 Message Date
based 64c0ad5979 added 11labs support + detect dalle deployments on azure 2024-03-20 00:52:55 +10:00
based f88fe7faf9 schizo 2024-03-18 10:01:49 +10:00
based 45f2ef124a update main.py 2024-03-01 12:23:55 +10:00
based e76ea11cdc implemented openrouter support 2024-02-23 20:45:47 +10:00
based 4685bbab3d clean up aws checker 2024-02-16 22:07:28 +10:00
based 681bdc3134 fix for openai gateway timeout ratelimit and some aws changes 2024-02-15 04:55:28 +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 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 6ba0d2ef72 changed my mind again 2024-01-18 12:44:29 +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 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 d37593c7be output time taken to check keys 2024-01-09 19:34:19 +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 f258c15c19 added mistral support 2023-12-16 12:22:34 +10:00
based b60f94f8a7 out with the old in with the new 2023-12-14 08:18:01 +10:00
based 266bc976ea Added Google Vertex AI support 2023-12-11 03:44:49 +10:00
based 039d6c8713 added azure openai support 2023-12-06 10:55:08 +10:00
based 72dd169bac working on azure support 2023-11-24 21:18:47 +10:00
based e4e58ebefe added -proxyoutput 2023-11-24 18:02:34 +10:00
based 09c3511871 Reworked AWS keychecker 2023-11-20 09:01:03 +10:00
based 3acb569a2a o_o debug 2023-11-18 00:40:42 +10:00
based 56101a0cbc added an arg to stop output to file 2023-11-15 12:48:44 +10:00
based 4f99c80e6a added AWS support 2023-11-15 12:42:29 +10:00
based 738fa68156 added PaLM support 2023-11-10 09:21:13 +10:00
based 16536c9bde added ai21 support 2023-11-10 07:57:50 +10:00
based d456f75374 initial commit 2023-11-10 06:41:57 +10:00