Skip to content

Commit

Permalink
Merge pull request #322 from sailaoda/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pooruss authored Nov 14, 2024
2 parents b1ce09c + 6dc1ae0 commit 0aaf368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ A **stable and reliable** local toolbench server based on API response simulatio

- **[2023/8/8]** No more hallucination! [**ToolLLaMA-2-7b-v1**](https://huggingface.co/ToolBench/ToolLLaMA-2-7b-v1) (fine-tuned from LLaMA-2-7b) is released with lower API hallucination than ChatGPT.

- **[2023/8/4]** We provide **RapidAPI backend service** to free you from using your own RapidAPI key and subscribing the APIs. Please fill out our [form]([https://forms.gle/oCHHc8DQzhGfiT9r6](https://forms.gle/S4hqVLtnqeXcNTCJA)). We will review it as soon as possible and send you the ToolBench key to get start on it!
- **[2023/8/4]** We provide **RapidAPI backend service** to free you from using your own RapidAPI key and subscribing the APIs. Please fill out our [form](https://forms.gle/S4hqVLtnqeXcNTCJA). We will review it as soon as possible and send you the ToolBench key to get start on it!

- **[2023/8/1]** Our [**paper**](https://arxiv.org/abs/2307.16789) is released.

Expand Down Expand Up @@ -271,7 +271,7 @@ deepspeed --master_port=20001 toolbench/train/train_lora.py \


## Inference With Our RapidAPI Server
Please fill out the [form](https://forms.gle/oCHHc8DQzhGfiT9r6) first and after reviewing we will send you the toolbench key. Then prepare your toolbench key by:
Please fill out the [form](https://forms.gle/S4hqVLtnqeXcNTCJA) first and after reviewing we will send you the toolbench key. Then prepare your toolbench key by:
```bash
export TOOLBENCH_KEY="your_toolbench_key"
```
Expand Down

0 comments on commit 0aaf368

Please sign in to comment.