Skip to content

Commit

Permalink
Changed max retries back to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasahle committed Mar 3, 2024
1 parent 6ed29b4 commit 8171ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspy/functional/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from dspy.signatures.signature import ensure_signature, make_signature


MAX_RETRIES = 5
MAX_RETRIES = 3


def predictor(func) -> dspy.Module:
Expand Down

0 comments on commit 8171ba1

Please sign in to comment.