Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pooruss committed Aug 4, 2023
1 parent 34bbf3d commit 2c9c87a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=./
Expand Down Expand Up @@ -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=""
Expand Down

0 comments on commit 2c9c87a

Please sign in to comment.