remove unnecessary line

This commit is contained in:
Nigel Bosch 2025-01-29 08:28:33 -06:00
parent a864590aef
commit 10448bf934

View file

@ -126,7 +126,6 @@ def test_apply_chat_template():
server.chat_template = "command-r"
server.start()
res = server.make_request("POST", "/apply-template", data={
"max_tokens": 8,
"messages": [
{"role": "system", "content": "You are a test."},
{"role": "user", "content":"Hi there"},