We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89028f commit 651a4c7Copy full SHA for 651a4c7
dspy/clients/lm.py
@@ -35,7 +35,7 @@ def __init__(
35
cache: bool = True,
36
cache_in_memory: bool = True,
37
callbacks: Optional[List[BaseCallback]] = None,
38
- num_retries: int = 8,
+ num_retries: int = 3,
39
provider=None,
40
finetuning_model: Optional[str] = None,
41
launch_kwargs: Optional[dict[str, Any]] = None,
0 commit comments