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:
parent
77e23968ee
commit
fe8a4ea1ff
@ -8,7 +8,12 @@ datasets:
|
|||||||
language:
|
language:
|
||||||
- en
|
- en
|
||||||
widget:
|
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">
|
<div align="center">
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user