Merge branch 'BerriAI:main' into feature/watsonx-integration

This commit is contained in:
Simon S. Viloria 2024-04-23 12:18:34 +02:00 committed by GitHub
commit 2ef4fb2efa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 383 additions and 372 deletions

View file

@ -5274,7 +5274,7 @@ def get_optional_params(
if tool_choice is not None:
optional_params["tool_choice"] = tool_choice
if response_format is not None:
optional_params["response_format"] = tool_choice
optional_params["response_format"] = response_format
elif custom_llm_provider == "openrouter":
supported_params = get_supported_openai_params(
@ -5750,6 +5750,7 @@ def get_supported_openai_params(model: str, custom_llm_provider: str):
"frequency_penalty",
"logit_bias",
"user",
"response_format",
]
elif custom_llm_provider == "perplexity":
return [