get_next_profile
Method
This is a method of the FailoverManager class in the failover module.Get the next available profile. Returns profiles in priority order, skipping those that are rate limited or in cooldown.
Signature
Returns
Optional[AuthProfile]
The next available profile, or None if all are unavailable
Uses
time.timeprofile.reset
Used By
Source
View on GitHub
praisonaiagents/llm/failover.py at line 277
