There was an error while loading. Please reload this page.
2 parents 857a0ba + 1a0c138 commit 0620421Copy full SHA for 0620421
1 file changed
paperbanana/providers/vlm/gemini.py
@@ -49,7 +49,7 @@ def _get_client(self):
49
def is_available(self) -> bool:
50
return self._api_key is not None
51
52
- @retry(stop=stop_after_attempt(3), wait=wait_exponential(min=1, max=10))
+ @retry(stop=stop_after_attempt(8), wait=wait_exponential(min=2, max=120))
53
async def generate(
54
self,
55
prompt: str,
0 commit comments