Skip to content

Commit

Permalink
Set new discuss prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonBohdan committed Jan 10, 2025
1 parent b9e13b1 commit f655e36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions neon_llm_vllm/rmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.')

0 comments on commit f655e36

Please sign in to comment.