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 8f54e33 commit 63a651eCopy full SHA for 63a651e
config.template.toml
@@ -24,7 +24,7 @@
24
#daytona_target = ""
25
26
# Base path for the workspace
27
-workspace_base = "./workspace"
+#workspace_base = "./workspace"
28
29
# Cache directory path
30
#cache_dir = "/tmp/cache"
@@ -64,7 +64,7 @@ workspace_base = "./workspace"
64
#max_budget_per_task = 0.0
65
66
# Maximum number of iterations
67
-#max_iterations = 100
+#max_iterations = 250
68
69
# Path to mount the workspace in the sandbox
70
#workspace_mount_path_in_sandbox = "/workspace"
openhands/core/config/config_utils.py
@@ -5,7 +5,7 @@
5
from pydantic.fields import FieldInfo
6
7
OH_DEFAULT_AGENT = 'CodeActAgent'
8
-OH_MAX_ITERATIONS = 500
+OH_MAX_ITERATIONS = 250
9
10
11
def get_field_info(field: FieldInfo) -> dict[str, Any]:
0 commit comments