diff --git a/docs/my-website/docs/completion/function_call.md b/docs/my-website/docs/completion/function_call.md index 76d8d0193..22ff54223 100644 --- a/docs/my-website/docs/completion/function_call.md +++ b/docs/my-website/docs/completion/function_call.md @@ -128,7 +128,6 @@ print(response) ``` ## Function calling for Non-OpenAI LLMs -**For Non OpenAI LLMs - LiteLLM raises an exception if you try using it for function calling** ### Adding Function to prompt For Non OpenAI LLMs LiteLLM allows you to add the function to the prompt set: `litellm.add_function_to_prompt = True`