You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/agents.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ python eval.py \
95
95
agent.max_history=16 \
96
96
eval.num_workers=64 \
97
97
client.client_name=openai \
98
-
client.model_id=gpt-4o-mini-2024-07-18 \
98
+
client.model_id=gpt-4o-mini-2024-07-18
99
99
```
100
100
101
-
Check our [evaluation tutorial](https://github.com/balrog-ai/BALROG/blob/main/docs/evaluation.md) to learn more on how to evaluate your agents using BALROG.
101
+
Check our [evaluation tutorial](https://github.com/balrog-ai/BALROG/blob/main/docs/evaluation.md) to learn more on how to evaluate your agents using BALROG.
0 commit comments