Update examples in README to be compatible with soon-to-come ChatWidget (#23)

- Update examples in README to be compatible with soon-to-come ChatWidget (ce0c99637bf2aba3265ec4675b50eadb26ac5a21)


Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>
This commit is contained in:
Zhang Peiyuan 2024-03-17 05:07:08 +00:00 committed by system
parent 77e23968ee
commit fe8a4ea1ff
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -8,7 +8,12 @@ datasets:
language:
- en
widget:
- text: "<|system|>\nYou are a chatbot who can help code!</s>\n<|user|>\nWrite me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI.</s>\n<|assistant|>\n"
- example_title: Fibonacci (Python)
messages:
- role: system
content: You are a chatbot who can help code!
- role: user
content: Write me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI.
---
<div align="center">