forked from phoenix/litellm-mirror
fix cleanup
This commit is contained in:
parent
6a5d5bcd47
commit
b3f62b7ce3
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ def phind_codellama_pt(messages):
|
|||
|
||||
|
||||
def hf_chat_template(model: str, messages: list, chat_template: Optional[Any] = None):
|
||||
# Define Jinja2 environment with autoescaping disabled
|
||||
# Define Jinja2 environment
|
||||
env = ImmutableSandboxedEnvironment()
|
||||
|
||||
def raise_exception(message):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue