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"} ]