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

See https://github.com/huggingface/huggingface.js/pull/510.
This commit is contained in:
Lucain Pouget 2024-02-28 15:22:12 +00:00 committed by system
parent 77e23968ee
commit ce0c99637b
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">