Skip to content

Commit

Permalink
fix cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Apr 11, 2024
1 parent 6a5d5bc commit b3f62b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litellm/llms/prompt_templates/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b3f62b7

Please # to comment.