From 51d28369fc67fa410bd36517c910ed216d26affa Mon Sep 17 00:00:00 2001 From: dyabel Date: Tue, 27 Feb 2024 06:44:17 +0000 Subject: [PATCH] 1 --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a614d59..7e3256e 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,18 @@ pip install -r requirements.txt ``` # 🔆 Data Preparation +**ToolBench** + +Refer to [ToolBench](https://github.com/OpenBMB/ToolBench). + **Prepare the API data** + +You should prepare the ToolBench data first. Make sure you have the directory of data/toolenv/tools ``` python extract_api_details.py python extract_category_tool_details.py python extract_tool_database.py ``` -**ToolBench** - -Refer to [ToolBench](https://github.com/OpenBMB/ToolBench). **AnyToolBench**