This commit is contained in:
parent
e85e2c03bd
commit
6bfb169e84
@ -98,6 +98,7 @@ public class PersonalChatGPTUnit implements PersonUnitConfiguration {
|
|||||||
return BoxAnswer.builder()
|
return BoxAnswer.builder()
|
||||||
.recipientPersonId(appProperty.getTelegramIds().get(0))
|
.recipientPersonId(appProperty.getTelegramIds().get(0))
|
||||||
.message(messageText.toString())
|
.message(messageText.toString())
|
||||||
|
.payload(ENABLE_MARKDOWN)
|
||||||
.build();
|
.build();
|
||||||
})
|
})
|
||||||
.build();
|
.build();
|
||||||
|
Loading…
Reference in New Issue
Block a user