From 2c9c87a2df77ebbf2abd1203265524d3d6fc74fc Mon Sep 17 00:00:00 2001 From: pooruss Date: Fri, 4 Aug 2023 14:28:05 +0800 Subject: [PATCH] update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d3c6a1..c2ba3db 100644 --- a/README.md +++ b/README.md @@ -260,8 +260,6 @@ python toolbench/inference/qa_pipeline.py \ --toolbench_key $TOOLBENCH_KEY ``` -To use your own RapidAPI key, run: - For **ToolLLaMA-LoRA**: ```bash export PYTHONPATH=./ @@ -333,7 +331,7 @@ python toolbench/inference/qa_pipeline.py \ ``` ## Inference With Your Own RapidAPI Account -To do inference with customized RapidAPI account, pass your **rapidapi key** and specify the `use_rapidapi_key` argument in the script: +To do inference with customized RapidAPI account, pass your **rapidapi key** through `rapidapi_key` and specify the `use_rapidapi_key` argument in the script: ```bash export RAPIDAPI_KEY="" export OPENAI_KEY=""