docs(function_call.md): cleanup

This commit is contained in:
Krrish Dholakia
2023-11-01 13:55:00 -07:00
parent fb4be198ee
commit 8deeb52f7c
@@ -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