mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs(function_call.md): cleanup
This commit is contained in:
parent
fb4be198ee
commit
8deeb52f7c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue