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 0f4d9e6 commit d58f235Copy full SHA for d58f235
balrog/config/config.yaml
@@ -31,7 +31,7 @@ client:
31
generate_kwargs:
32
temperature: 0.0 # Sampling temperature; 0.0 makes the output deterministic
33
max_tokens: 4096 # Max tokens to generate in the response
34
- timeout: 60 # Timeout for API requests in seconds
+ timeout: 300 # Timeout for API requests in seconds
35
max_retries: 5 # Max number of retries for failed API calls
36
delay: 2 # Exponential backoff factor between retries in seconds
37
alternate_roles: False # Whether the client requires alternating between the agent and the environment
0 commit comments