Skip to content

Commit a57bb94

Browse files
author
ochafik
committed
Update test_chat_completion.py
1 parent b7e2171 commit a57bb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/tests/unit/test_chat_completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def create_server():
1515
[
1616
(None, "Book", "What is the best book", 8, "(Suddenly)+", 77, 8, "length", False, None),
1717
(None, "Book", "What is the best book", 8, "(Suddenly)+", 77, 8, "length", True, None),
18-
(None, "Book", "What is the best book", 8, " blue and shin", 23, 8, "length", True, "This is not a chat template, it is"),
18+
(None, "Book", "What is the best book", 8, "^ blue", 23, 8, "length", True, "This is not a chat template, it is"),
1919
("codellama70b", "You are a coding assistant.", "Write the fibonacci function in c++.", 128, "(Aside|she|felter|alonger)+", 104, 64, "length", False, None),
2020
("codellama70b", "You are a coding assistant.", "Write the fibonacci function in c++.", 128, "(Aside|she|felter|alonger)+", 104, 64, "length", True, None),
2121
]

0 commit comments

Comments
 (0)