Skip to content

Commit d58f235

Browse files
chore: increase timeout to 300s
1 parent 0f4d9e6 commit d58f235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

balrog/config/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ client:
3131
generate_kwargs:
3232
temperature: 0.0 # Sampling temperature; 0.0 makes the output deterministic
3333
max_tokens: 4096 # Max tokens to generate in the response
34-
timeout: 60 # Timeout for API requests in seconds
34+
timeout: 300 # Timeout for API requests in seconds
3535
max_retries: 5 # Max number of retries for failed API calls
3636
delay: 2 # Exponential backoff factor between retries in seconds
3737
alternate_roles: False # Whether the client requires alternating between the agent and the environment

0 commit comments

Comments
 (0)