From 56b1e8799dfa7c8da683349b9f5db6363ef0fa05 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Tue, 30 May 2023 17:08:04 +0800 Subject: [PATCH] Update README Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8d3b69..f6dc003 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ messages=[ {'question': 'Who won the world series in 2020?', 'answer': 'The Los Angeles Dodgers won the World Series in 2020.'}, {'question': 'Where was it played?'} ] -answer = p(messages) +answer = p(messages).get()[0] ```