mark_rate_limited
Method
This is a method of the AuthProfile class in the failover module.Mark this profile as rate limited.
Signature
Parameters
No description available.
Source
View on GitHub
praisonaiagents/llm/failover.py at line 125mark_rate_limited: Mark this profile as rate limited.
This is a method of the AuthProfile class in the failover module.Mark this profile as rate limited.
def mark_rate_limited(cooldown_seconds: float) -> None
praisonaiagents/llm/failover.py at line 125