mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
test fix test_hf_chat_template
This commit is contained in:
parent
e1f7bcb47d
commit
5c2bc796b1
1 changed files with 1 additions and 3 deletions
|
@ -795,9 +795,7 @@ def test_hf_chat_template():
|
|||
print(chat_template)
|
||||
assert (
|
||||
chat_template.rstrip()
|
||||
== """You are a helpful assistant.
|
||||
What is the weather in Copenhagen?
|
||||
"""
|
||||
== "You are a helpful assistant. What is the weather in Copenhagen?"
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue