From 5ed80b5c32430a0710c8cf8b3118239fa60eea93 Mon Sep 17 00:00:00 2001 From: Boxuan Li Date: Fri, 27 Dec 2024 06:21:02 -0800 Subject: [PATCH] [doc] Fix link in TheAgentCompany benchmark's README.md (#5848) --- evaluation/benchmarks/the_agent_company/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation/benchmarks/the_agent_company/README.md b/evaluation/benchmarks/the_agent_company/README.md index b3bb0077b6..04d1f3c07e 100644 --- a/evaluation/benchmarks/the_agent_company/README.md +++ b/evaluation/benchmarks/the_agent_company/README.md @@ -5,7 +5,7 @@ This folder contains the evaluation harness that we built on top of the original The evaluation consists of three steps: 1. Environment setup: [install python environment](../../README.md#development-environment), [configure LLM config](../../README.md#configure-openhands-and-your-llm), [launch services](https://github.com/TheAgentCompany/TheAgentCompany/blob/main/docs/SETUP.md). -2. [Run Evaluation](#run-inference-on-the-agent-company-instances): Run all tasks and get the evaluation results. +2. [Run Evaluation](#run-inference-on-the-agent-company-tasks): Run all tasks and get the evaluation results. ## Setup Environment and LLM Configuration