forked from phoenix/litellm-mirror
(linting) fix
This commit is contained in:
parent
f8af5e0155
commit
23d560071b
1 changed files with 1 additions and 1 deletions
|
@ -1922,7 +1922,7 @@ def text_completion(
|
|||
optional_params["custom_llm_provider"] = custom_llm_provider
|
||||
|
||||
# get custom_llm_provider
|
||||
_, custom_llm_provider, dynamic_api_key, api_base = get_llm_provider(model=model, custom_llm_provider=custom_llm_provider, api_base=api_base)
|
||||
_, custom_llm_provider, dynamic_api_key, api_base = get_llm_provider(model=model, custom_llm_provider=custom_llm_provider, api_base=api_base) # type: ignore
|
||||
|
||||
if custom_llm_provider == "huggingface":
|
||||
# if echo == True, for TGI llms we need to set top_n_tokens to 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue