Skip to content

Commit 9186f68

Browse files
committed
hot fix
1 parent 154394f commit 9186f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/proxy/proxy_core/litellm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Retry configuration for 404 errors
1919
# 8 retries with exponential backoff (1, 2, 4, 8, 16, 32, 64, 128 seconds)
2020
# Total wait time: ~255 seconds (~4.25 minutes)
21-
MAX_RETRIES_ON_404 = 8
21+
MAX_RETRIES_ON_404 = 9
2222
RETRY_BASE_DELAY_SECONDS = 1
2323

2424

0 commit comments

Comments
 (0)