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