We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb2b43 commit 215e06bCopy full SHA for 215e06b
1 file changed
README.md
@@ -174,7 +174,6 @@ public class LlamaConversationExample {
174
private BiConsumer<Conversation, Throwable> logConversation() {
175
return (conversation, throwable) -> {
176
if (throwable == null) {
177
- final var x = conversationService.getById(conversation.getId());
178
log.info("{}", conversation.getConversation());
179
} else {
180
log.error(throwable.getMessage(), throwable);
0 commit comments