From d1ae452d8b89b502c4b259c2cfd4ebc4062b55ef Mon Sep 17 00:00:00 2001 From: Yujia Qin <835571620@qq.com> Date: Fri, 2 Aug 2024 23:17:53 +0800 Subject: [PATCH] Build your own toolserver using the provided codes. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68b30ef..a8cfeea 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ πŸ”¨This project (ToolLLM) aims to construct **open-source, large-scale, high-quality** instruction tuning SFT data to facilitate the construction of powerful LLMs with general **tool-use** capability. We aim to empower open-source LLMs to master thousands of diverse real-world APIs. We achieve this by collecting a high-quality instruction-tuning dataset. It is constructed automatically using the latest ChatGPT (gpt-3.5-turbo-16k), which is upgraded with enhanced [function call](https://openai.com/blog/function-calling-and-other-api-updates) capabilities. We provide the dataset, the corresponding training and evaluation scripts, and a capable model ToolLLaMA fine-tuned on ToolBench. +**2024.8 Update** We may not be able to support steady rapidapi serving in the future, you can build it locally using codes [here](https://drive.google.com/file/d/1JdbHkL2D8as1docfHyfLWhrhlSP9rZhf/view?usp=sharing). + **πŸ’β€β™‚οΈπŸ’πŸ’β€β™€οΈ Join Us on [Discord](https://discord.gg/NScFnpMuRQ)!** *Read this in [δΈ­ζ–‡](README_ZH.md).*