fix: bump test output
This commit is contained in:
parent
e837d9f92f
commit
33284f8de0
|
@ -5,7 +5,7 @@
|
|||
"index": 0,
|
||||
"logprobs": null,
|
||||
"message": {
|
||||
"content": " Shere Kohan's fantastic exploits? written by David Shimomura & illustrated by Sarah Stern\n\nTitle: Elephant",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -71,6 +71,6 @@ def test_llama_completion_single_prompt_continue(
|
|||
content = response["choices"][0]["message"]["content"]
|
||||
assert (
|
||||
content
|
||||
== " Shere Kohan's fantastic exploits? written by David Shimomura & illustrated by Sarah Stern\n\nTitle: Elephant"
|
||||
== " 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
|
||||
|
|
Loading…
Reference in New Issue