-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
124 lines (102 loc) · 2.64 KB
/
Copy pathconfig.yaml
File metadata and controls
124 lines (102 loc) · 2.64 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
run:
force: false
dry_run: false
verbose: true
concurrency:
gen_scenarios: 5
simulate: 20
evaluate: 20
gen_model:
model: claude-opus-4-7
source: anthropic
apikey: "${ANTHROPIC_API_KEY}"
user_model:
model: claude-sonnet-4-6
source: anthropic
apikey: "${ANTHROPIC_API_KEY}"
evaluator_model:
model: gpt-5.4-mini
source: openai
apikey: "${OPENAI_API_KEY}"
generation:
scenarios_per_metric: 3
turns: 6
demographics:
age: ["Child or teenager (6-17)", "Adult (18+)"]
perfunctory: true
landmarks: true
targets:
- id: gpt-4o
model: gpt-4o
source: openai
apikey: "${OPENAI_API_KEY}"
- id: gpt-5-chat
model: gpt-5-chat-latest
source: openai
apikey: "${OPENAI_API_KEY}"
- id: gpt-5.1
model: gpt-5.1
source: openai
apikey: "${OPENAI_API_KEY}"
- id: claude-haiku-4-5
model: claude-haiku-4-5
source: anthropic
apikey: "${ANTHROPIC_API_KEY}"
- id: claude-sonnet-4-6
model: claude-sonnet-4-6
source: anthropic
apikey: "${ANTHROPIC_API_KEY}"
- id: claude-opus-4-6
model: claude-opus-4-6
source: anthropic
apikey: "${ANTHROPIC_API_KEY}"
- id: llama-4-maverick
model: meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8
source: deepinfra
apikey: "${DEEPINFRA_TOKEN}"
- id: mistral-small-3
model: mistralai/Mistral-Small-3.2-24B-Instruct-2506
source: deepinfra
apikey: "${DEEPINFRA_TOKEN}"
base_url: "https://api.deepinfra.com/v1/openai"
- id: gemma-4-31b
model: google/gemma-4-31B-it
source: deepinfra
apikey: "${DEEPINFRA_TOKEN}"
- id: gemini-2.5-pro
model: google/gemini-2.5-pro
source: deepinfra
apikey: "${DEEPINFRA_TOKEN}"
- id: qwen3-80b
model: Qwen/Qwen3-Next-80B-A3B-Instruct
source: deepinfra
apikey: "${DEEPINFRA_TOKEN}"
- id: deepseek-v3
model: deepseek-ai/DeepSeek-V3.2
source: deepinfra
apikey: "${DEEPINFRA_TOKEN}"
base_url: "https://api.deepinfra.com/v1/openai"
- id: grok-4-fast
model: grok-4-1-fast-non-reasoning
source: openai
apikey: "${XAI_API_KEY}"
base_url: "https://api.x.ai/v1"
- id: grok-4-reasoning
model: grok-4-1-fast-reasoning
source: openai
apikey: "${XAI_API_KEY}"
base_url: "https://api.x.ai/v1"
- id: apertus-8b
model: openai/swiss-ai/apertus-8b-instruct
source: openai
apikey: "${PUBLICAI_API_KEY}"
base_url: "https://api.publicai.co/v1"
extra_headers:
User-Agent: "Test"
- id: apertus-70b
model: openai/swiss-ai/apertus-70b-instruct
source: openai
apikey: "${PUBLICAI_API_KEY}"
base_url: "https://api.publicai.co/v1"
extra_headers:
User-Agent: "Test"