1
This commit is contained in:
parent
1c09aee506
commit
51d28369fc
1 changed files with 6 additions and 3 deletions
|
|
@ -15,15 +15,18 @@ pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
# 🔆 Data Preparation
|
# 🔆 Data Preparation
|
||||||
|
**ToolBench**
|
||||||
|
|
||||||
|
Refer to [ToolBench](https://github.com/OpenBMB/ToolBench).
|
||||||
|
|
||||||
**Prepare the API data**
|
**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_api_details.py
|
||||||
python extract_category_tool_details.py
|
python extract_category_tool_details.py
|
||||||
python extract_tool_database.py
|
python extract_tool_database.py
|
||||||
```
|
```
|
||||||
**ToolBench**
|
|
||||||
|
|
||||||
Refer to [ToolBench](https://github.com/OpenBMB/ToolBench).
|
|
||||||
|
|
||||||
**AnyToolBench**
|
**AnyToolBench**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue