diff --git a/docs/my-website/docs/completion/function_call.md b/docs/my-website/docs/completion/function_call.md index 129022224..0d244c339 100644 --- a/docs/my-website/docs/completion/function_call.md +++ b/docs/my-website/docs/completion/function_call.md @@ -1,5 +1,5 @@ # Function Calling -Function calling is supported with the following models: +Function calling is supported with the following models on OpenAI, Azure OpenAI - gpt-4 - gpt-4-1106-preview @@ -20,6 +20,7 @@ Parallel function calling is the model's ability to perform multiple function ca 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