forked from phoenix/litellm-mirror
(docs) function calling for non openai llms
This commit is contained in:
parent
4d95756432
commit
b32cedeb28
1 changed files with 0 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue