mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 02:50:47 +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:
@@ -11,7 +11,7 @@ from langchain_standard_tests.integration_tests import (
|
|||||||
|
|
||||||
from langchain_groq import ChatGroq
|
from langchain_groq import ChatGroq
|
||||||
|
|
||||||
rate_limiter = InMemoryRateLimiter(requests_per_second=0.45)
|
rate_limiter = InMemoryRateLimiter(requests_per_second=0.2)
|
||||||
|
|
||||||
|
|
||||||
class BaseTestGroq(ChatModelIntegrationTests):
|
class BaseTestGroq(ChatModelIntegrationTests):
|
||||||
|
Reference in New Issue
Block a user