Skip to content

Commit

Permalink
comma close
Browse files Browse the repository at this point in the history
  • Loading branch information
cognitivetech committed Jan 16, 2024
1 parent 6f21cfa commit 18380b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_prompt_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
("llama2", Llama2PromptStyle),
("tag", TagPromptStyle),
("mistral", MistralPromptStyle),
("chatml", ChatMLPromptStyle)
("chatml", ChatMLPromptStyle),
],
)
def test_get_prompt_style_success(prompt_style, expected_prompt_style):
Expand Down

0 comments on commit 18380b5

Please sign in to comment.