diff --git a/neon_llm_vllm/rmq.py b/neon_llm_vllm/rmq.py index a34466f..b0b9cc5 100644 --- a/neon_llm_vllm/rmq.py +++ b/neon_llm_vllm/rmq.py @@ -57,5 +57,6 @@ def warmup(self): @staticmethod def compose_opinion_prompt(respondent_nick: str, question: str, answer: str) -> str: - return (f'Why Answer "{answer}" to the Question "{question}" ' - f'generated by Bot named "{respondent_nick}" is good?') + return (f'You have been given this good answer "{answer}" to the question "{question}" ' + f'by the discussion participant named "{respondent_nick}". ' + f'Give reasons why the answer provided by "{respondent_nick}" is the best answer.')