mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
style: black formatting
Co-authored-by: Mateo Wang <mateo-berri@users.noreply.github.com>
This commit is contained in:
parent
039b26626f
commit
47031c08d2
1 changed files with 1 additions and 2 deletions
|
|
@ -1152,8 +1152,7 @@ class AnthropicConfig(AnthropicModelInfo, BaseConfig):
|
|||
f"'medium', 'high', 'xhigh', 'max', 'none'"
|
||||
),
|
||||
model=model,
|
||||
llm_provider=self.custom_llm_provider
|
||||
or "anthropic",
|
||||
llm_provider=self.custom_llm_provider or "anthropic",
|
||||
)
|
||||
optional_params["output_config"] = {"effort": mapped_effort}
|
||||
elif param == "web_search_options" and isinstance(value, dict):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue