From c490bdfbf963f810d9a4886e7e336e79f8900d81 Mon Sep 17 00:00:00 2001 From: orangeclk Date: Wed, 3 Jul 2024 19:19:33 +0800 Subject: [PATCH] fix: zhipuai pytest correction (#5934) --- api/tests/integration_tests/model_runtime/zhipuai/test_llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tests/integration_tests/model_runtime/zhipuai/test_llm.py b/api/tests/integration_tests/model_runtime/zhipuai/test_llm.py index 393fe9fb2f..0f92b50cb0 100644 --- a/api/tests/integration_tests/model_runtime/zhipuai/test_llm.py +++ b/api/tests/integration_tests/model_runtime/zhipuai/test_llm.py @@ -152,4 +152,4 @@ def test_get_tools_num_tokens(): ] ) - assert num_tokens == 108 \ No newline at end of file + assert num_tokens == 88