From 7a8fbb6da389e90829ee2c72eecc078e5bd206f3 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 18 Nov 2023 14:21:26 -0800 Subject: [PATCH] (docs) function calling on openai --- docs/my-website/docs/completion/function_call.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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