From df33ac4ff779faa60b5ef1230b2981f62f2b857b Mon Sep 17 00:00:00 2001 From: Jiaxin Sui <95567040+plusNew001@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:10:42 +0800 Subject: [PATCH] =?UTF-8?q?Add=20'=E5=B0=8F=E5=BA=A6'=20keyword=20to=20ass?= =?UTF-8?q?ertion=20in=20run=5Fw4a8.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/ci_use/XPU_45T/run_w4a8.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci_use/XPU_45T/run_w4a8.py b/tests/ci_use/XPU_45T/run_w4a8.py index bd9a8b4cc99..b5eea23e1e4 100644 --- a/tests/ci_use/XPU_45T/run_w4a8.py +++ b/tests/ci_use/XPU_45T/run_w4a8.py @@ -36,7 +36,7 @@ def test_w4a8(): ) print(response.choices[0].message.content) # print(base_response) - assert any(keyword in response.choices[0].message.content for keyword in ["人工智能", "文心一言"]) + assert any(keyword in response.choices[0].message.content for keyword in ["人工智能", "文心一言", "小度"]) if __name__ == "__main__":