Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Sep 21, 2023
1 parent d428776 commit 8710852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastchat/llm_judge/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
from fastchat.model.model_adapter import get_conversation_template

# API setting constants
API_MAX_RETRY = 2
API_RETRY_SLEEP = 20
API_MAX_RETRY = 16
API_RETRY_SLEEP = 10
API_ERROR_OUTPUT = "$ERROR$"

TIE_DELTA = 0.1
Expand Down

0 comments on commit 8710852

Please sign in to comment.