You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to randomly return errors to simulate API instability
For example
class ServerSettings:
def __init__(self):
self.error_rate = 0.0 # Probability of returning an error
self.rate_limit_enabled = False
self.requests_per_minute = 60
Add ability to randomly return errors to simulate API instability
For example
The text was updated successfully, but these errors were encountered: