From a22ee6656bbf0d6d03615d56c203610990799d6d Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Wed, 7 Aug 2024 05:05:45 +0800 Subject: [PATCH] [docs] Clean up evaluation docs (#3268) * remove llm copy pasta * add emoji --- docs/modules/usage/evaluation_harness.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/modules/usage/evaluation_harness.md b/docs/modules/usage/evaluation_harness.md index 8bb6459e27..136d477cef 100644 --- a/docs/modules/usage/evaluation_harness.md +++ b/docs/modules/usage/evaluation_harness.md @@ -2,9 +2,7 @@ sidebar_position: 6 --- -Here's a revised guideline to help people contribute to OpenDevin, incorporating the sections you've requested and using the provided files: - -# How to contribute to OpenDevin Evaluation Harness +# 📈 How to contribute to OpenDevin Evaluation Harness This guide provides an overview of how to integrate your own evaluation benchmark into the OpenDevin framework.