From 8deeb52f7cd6e0e475ab24c14e33508cc2249273 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 1 Nov 2023 13:55:00 -0700 Subject: [PATCH] docs(function_call.md): cleanup --- docs/my-website/docs/completion/function_call.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/completion/function_call.md b/docs/my-website/docs/completion/function_call.md index 22ff54223b..969441a035 100644 --- a/docs/my-website/docs/completion/function_call.md +++ b/docs/my-website/docs/completion/function_call.md @@ -1,7 +1,7 @@ # Function Calling -LiteLLM only supports: OpenAI gpt-4-0613 and gpt-3.5-turbo-0613 for function calling + ## Quick Start -This is exactly how OpenAI supports function calling for gpt-4-0613 and gpt-3.5-turbo-0613 + ```python import os, litellm from litellm import completion