We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
max_retries
GoogleGenerativeAI
1 parent c145c86 commit d12802cCopy full SHA for d12802c
libs/genai/langchain_google_genai/llms.py
@@ -79,6 +79,7 @@ def validate_environment(self) -> Self:
79
top_p=self.top_p,
80
top_k=self.top_k,
81
max_tokens=self.max_output_tokens,
82
+ max_retries=self.max_retries,
83
timeout=self.timeout,
84
model=self.model,
85
base_url=self.base_url,
0 commit comments