remove unnecessary line
This commit is contained in:
parent
a864590aef
commit
10448bf934
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ def test_apply_chat_template():
|
||||||
server.chat_template = "command-r"
|
server.chat_template = "command-r"
|
||||||
server.start()
|
server.start()
|
||||||
res = server.make_request("POST", "/apply-template", data={
|
res = server.make_request("POST", "/apply-template", data={
|
||||||
"max_tokens": 8,
|
|
||||||
"messages": [
|
"messages": [
|
||||||
{"role": "system", "content": "You are a test."},
|
{"role": "system", "content": "You are a test."},
|
||||||
{"role": "user", "content":"Hi there"},
|
{"role": "user", "content":"Hi there"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue