mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-30 17:29:56 +00:00
groq[patch]: update rate limit in integration tests (#25177)
Divide by ~2 to account for testing python 3.8 and 3.12 in parallel.
This commit is contained in:
parent
4828c441a7
commit
59b8850909
@ -11,7 +11,7 @@ from langchain_standard_tests.integration_tests import (
|
||||
|
||||
from langchain_groq import ChatGroq
|
||||
|
||||
rate_limiter = InMemoryRateLimiter(requests_per_second=0.45)
|
||||
rate_limiter = InMemoryRateLimiter(requests_per_second=0.2)
|
||||
|
||||
|
||||
class BaseTestGroq(ChatModelIntegrationTests):
|
||||
|
Loading…
Reference in New Issue
Block a user