Browse Source
Update README
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
1 changed files with
1 additions and
1 deletions
-
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] |
|
|
|
``` |
|
|
|
|
|
|
|
<br /> |
|
|
|