-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.hud_eval.toml
More file actions
44 lines (37 loc) · 959 Bytes
/
Copy path.hud_eval.toml
File metadata and controls
44 lines (37 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# HUD Eval Configuration
# Command-line arguments override these settings
[eval]
# source = "hud-evals/SheetBench-50"
# agent = "claude"
# all = false # Run all problems instead of just 1
# max_concurrent = 30
# max_steps = 10
# group_size = 1
# task_ids = ["checkout-smoke", "0"] # slugs or 0-based indices
# verbose = true
# very_verbose = true
# auto_respond = true
# gateway = false # Route LLM API calls through HUD Gateway
[agent]
# allowed_tools = ["computer", "playwright"]
# disallowed_tools = []
[claude]
# model = "claude-sonnet-4-5"
# max_tokens = 16384
# use_computer_beta = true
[openai]
# model = "gpt-4o"
# temperature = 0.7
# max_output_tokens = 4096
[gemini]
# model = "gemini-2.5-pro"
# temperature = 1.0
# top_p = 0.95
[gemini_cua]
# model = "gemini-2.5-computer-use-preview"
# temperature = 1.0
# top_p = 0.95
# excluded_predefined_functions = []
[openai_compatible]
# base_url = "http://localhost:8000/v1"
# model = "my-model"