From e9e1d69814e3f63df18f88289563e8e07cdab8ce Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 18 Nov 2023 14:07:10 -0800 Subject: [PATCH] (docs) parallel function calling --- docs/my-website/docs/completion/function_call.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/my-website/docs/completion/function_call.md b/docs/my-website/docs/completion/function_call.md index 42cb0fc2b..2fb4abba7 100644 --- a/docs/my-website/docs/completion/function_call.md +++ b/docs/my-website/docs/completion/function_call.md @@ -17,6 +17,9 @@ In addition, parallel function calls is supported on the following models: Parallel function calling is the model's ability to perform multiple function calls together, allowing the effects and results of these function calls to be resolved in parallel ## Quick Start - gpt-3.5-turbo-1106 + + Open In Colab + In this example we define a single function `get_current_weather`. - Step 1: Send the model the `get_current_weather` with the user question