Skip to content

Commit d092ef3

Browse files
committed
Update snapshot for 128K model
1 parent 6506528 commit d092ef3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/snapshots/test_app/test_chat_with_long_history/client0/result.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/snapshots/test_app/test_chat_with_long_history/client1/result.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/test_app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,8 @@ async def test_chat_with_long_history(client, snapshot, caplog):
832832
{
833833
"role": "assistant",
834834
"content": "Yes, there is a dress code at Contoso Electronics. Look sharp! [employee_handbook-1.pdf]"
835-
* 150,
836-
}, # 3900 tokens
835+
* 5520,
836+
}, # 126960 tokens
837837
{"role": "user", "content": "What does a product manager do?"}, # 10 tokens
838838
],
839839
"context": {

0 commit comments

Comments
 (0)