forked from phoenix/litellm-mirror
(fix) linting fix
This commit is contained in:
parent
7c87d613ed
commit
3f1b4c0759
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ def completion(
|
|||
model=deployment_id
|
||||
custom_llm_provider="azure"
|
||||
model, custom_llm_provider, dynamic_api_key, api_base = get_llm_provider(model=model, custom_llm_provider=custom_llm_provider, api_base=api_base)
|
||||
custom_prompt_dict = None
|
||||
custom_prompt_dict = {} # type: ignore
|
||||
if initial_prompt_value or roles or final_prompt_value or bos_token or eos_token:
|
||||
custom_prompt_dict = {model: {}}
|
||||
if initial_prompt_value:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue