diff --git a/examples/FunctionCall.ipynb b/examples/FunctionCall.ipynb index 7590a63575..62edcf738e 100644 --- a/examples/FunctionCall.ipynb +++ b/examples/FunctionCall.ipynb @@ -18,7 +18,7 @@ "pip install xinference\n", "```\n", "\n", - "Currently, only ChatGLM3 model is available for tool calls. Here, we install a chatglm cpp for fast inference on Mac. If you are not using a Mac, please follow the install instruction: https://github.com/li-plus/chatglm.cpp#python-binding\n", + "Currently, ChatGLM3 / qwen-chat and gorilla-openfunctions-v1 models are available for tool calls. Here, we install a chatglm cpp for fast inference on Mac. If you are not using a Mac, please follow the install instruction: https://github.com/li-plus/chatglm.cpp#python-binding\n", "\n", "```shell\n", "CMAKE_ARGS=\"-DGGML_METAL=ON\" pip install -U chatglm-cpp --no-cache-dir\n",