From f655e365c9c78fe814328df2f0f8c3f7c90ec8fa Mon Sep 17 00:00:00 2001 From: NeonBohdan Date: Fri, 10 Jan 2025 20:55:08 +0200 Subject: [PATCH] Set new discuss prompt --- neon_llm_vllm/rmq.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.')