Skip to content

Commit

Permalink
Update BFCL README.md (ShishirPatil#241)
Browse files Browse the repository at this point in the history
Correction for BFCL README, in total 4 APIs to fill out.
  • Loading branch information
CharlieJCJ authored Mar 6, 2024
1 parent c556b98 commit 96d856c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion berkeley-function-call-leaderboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you plan to evaluate on OSS models, we are using vLLM for inference and refer
## Execution Evaluation Data Post-processing
Input your API keys into `function_credential_config.json`, so that the original placeholder values in questions, params, and answers will be cleaned.

To run the executable test categories, there are 3 API keys to fill out:
To run the executable test categories, there are 4 API keys to fill out:

1. RAPID-API Key: https://rapidapi.com/hub

Expand All @@ -52,6 +52,7 @@ To run the executable test categories, there are 3 API keys to fill out:

2. Exchange Rate API:https://www.exchangerate-api.com
3. OMDB API: http://www.omdbapi.com/apikey.aspx
4. Geocode API: https://geocode.maps.co/

The `apply_function_credential_config.py` inputs an input file, optionally an outputs file. If the output file is not given as an argument, it will overwrites your original file with the claned data.

Expand Down

0 comments on commit 96d856c

Please sign in to comment.