fix: replace expected output for continue test
This commit is contained in:
parent
594a6a7c22
commit
8505341931
|
@ -5,7 +5,7 @@
|
||||||
"index": 0,
|
"index": 0,
|
||||||
"logprobs": null,
|
"logprobs": null,
|
||||||
"message": {
|
"message": {
|
||||||
"content": "the mouse is much smaller than an elephant. The average elephant weight is around 6,500 lbs (3,",
|
"content": " the royal mouse? It is a little more slender and only weighs around 1.5 pounds for males and 1.3 pounds",
|
||||||
"role": "assistant"
|
"role": "assistant"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,6 +71,6 @@ def test_llama_completion_single_prompt_continue(
|
||||||
content = response["choices"][0]["message"]["content"]
|
content = response["choices"][0]["message"]["content"]
|
||||||
assert (
|
assert (
|
||||||
content
|
content
|
||||||
== "the mouse is much smaller than an elephant. The average elephant weight is around 6,500 lbs (3,"
|
== " the royal mouse? It is a little more slender and only weighs around 1.5 pounds for males and 1.3 pounds"
|
||||||
)
|
)
|
||||||
assert response == response_snapshot
|
assert response == response_snapshot
|
||||||
|
|
Loading…
Reference in New Issue