mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Fix litellm.add_function_to_prompt
This commit is contained in:
parent
5a42be43e0
commit
4ffa9e2fec
1 changed files with 1 additions and 1 deletions
|
@ -2813,7 +2813,7 @@ def get_optional_params( # noqa: PLR0915
|
|||
):
|
||||
if (
|
||||
custom_llm_provider == "ollama"
|
||||
and custom_llm_provider != "text-completion-openai"
|
||||
or custom_llm_provider != "text-completion-openai"
|
||||
and custom_llm_provider != "azure"
|
||||
and custom_llm_provider != "vertex_ai"
|
||||
and custom_llm_provider != "anyscale"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue