fix markdown
This commit is contained in:
parent
daab0bb6b7
commit
2ed65998b4
@ -138,7 +138,7 @@ public class PersonalChatGPTUnit implements PersonUnitConfiguration {
|
||||
final SentBox sentBox = optSentBox.get();
|
||||
telegramSending.replaceMessage(sentBox.getPersonId(), sentBox.getMessageId(), boxAnswer(format("\uD83D\uDC47 Answer received. Request cost: {0} tokens", answer.getUsage().getTotalTokens())));
|
||||
}
|
||||
return boxAnswer(answer.getMessage());
|
||||
return BoxAnswer.builder().payload(ENABLE_MARKDOWN).message(answer.getMessage()).build();
|
||||
})
|
||||
.priority(5)
|
||||
.build();
|
||||
|
Loading…
Reference in New Issue
Block a user