Skip to content

Commit

Permalink
rate limit more
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 6, 2024
1 parent 6689048 commit cb9fb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/genai/tests/integration_tests/test_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from langchain_google_genai import ChatGoogleGenerativeAI

rate_limiter = InMemoryRateLimiter(requests_per_second=0.5)
rate_limiter = InMemoryRateLimiter(requests_per_second=0.25)


class TestGeminiAIStandard(ChatModelIntegrationTests):
Expand Down

0 comments on commit cb9fb5e

Please sign in to comment.