mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
* feat(ci): ratchet tests that skip themselves when a credential is absent * docs(ci): name the new rule where the gate's rules are listed * fix(ci): require the condition to test for absence before TQ006 fires
20 lines
214 B
JSON
20 lines
214 B
JSON
{
|
|
"TQ001": {
|
|
"limit": 750
|
|
},
|
|
"TQ002": {
|
|
"limit": 742
|
|
},
|
|
"TQ003": {
|
|
"limit": 1078
|
|
},
|
|
"TQ004": {
|
|
"limit": 770
|
|
},
|
|
"TQ005": {
|
|
"limit": 2835
|
|
},
|
|
"TQ006": {
|
|
"limit": 34
|
|
}
|
|
}
|