mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 17:04:47 +00:00
(docs) function calling for non openai llms
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user