mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +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)
|
print(chat_template)
|
||||||
assert (
|
assert (
|
||||||
chat_template.rstrip()
|
chat_template.rstrip()
|
||||||
== """You are a helpful assistant.
|
== "You are a helpful assistant. What is the weather in Copenhagen?"
|
||||||
What is the weather in Copenhagen?
|
|
||||||
"""
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue