This commit is contained in:
dyabel 2024-02-27 06:44:17 +00:00
parent 1c09aee506
commit 51d28369fc

View file

@ -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**