Skip to content

Commit b4eed5b

Browse files
Update graphgen/models/llm/limitter.py
Co-authored-by: Copilot <[email protected]>
1 parent c356c4f commit b4eed5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphgen/models/llm/limitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async def wait(self, silent=False):
4545

4646

4747
class TPM:
48-
def __init__(self, tpm: int = 100000):
48+
def __init__(self, tpm: int = 20000):
4949
self.tpm = tpm
5050
self.record = {"tpm_slot": self.get_minute_slot(), "counter": 0}
5151

0 commit comments

Comments
 (0)