From 673b187eb5d9d1a2a8abc9a33933b2e15067f481 Mon Sep 17 00:00:00 2001 From: cotran Date: Tue, 26 Nov 2024 10:00:24 -0800 Subject: [PATCH] fix test --- model_server/app/tests/test_hallucination.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_server/app/tests/test_hallucination.py b/model_server/app/tests/test_hallucination.py index 60483ad6..8b6c387e 100644 --- a/model_server/app/tests/test_hallucination.py +++ b/model_server/app/tests/test_hallucination.py @@ -120,7 +120,7 @@ def test_hallucination_prompt(is_hallucinate_sample): messages = [ {"role": "system", "content": system_prompt}, # {"role": "user", "content": "can you help me check weather?"}, - {"role": "user", "content": "How is the weather in Seattle in?"}, + {"role": "user", "content": "How is the weather in Seattle in days?"}, # {"role": "assistant", "content": "Of course!"}, # {"role": "user", "content": "Seattle please"} ]