Skip to content

Commit

Permalink
set default rpm to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0dss committed Jan 18, 2025
1 parent 4013d70 commit 3858757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edsl/language_models/key_management/KeyLookupBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class KeyLookupBuilder:
('openai', 'rpm')
"""

DEFAULT_RPM = 10
DEFAULT_RPM = 100
DEFAULT_TPM = 2000000

def __init__(self, fetch_order: Optional[tuple[str]] = None):
Expand Down

0 comments on commit 3858757

Please sign in to comment.