logo
OpenAI
repo-copy-icon

copied

Browse Source

Update README

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 1 year ago
parent
commit
56b1e8799d
  1. 2
      README.md

2
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 />

Loading…
Cancel
Save