diff --git a/README.md b/README.md index 57b77e6..9737c9c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,12 @@ datasets: language: - en widget: -- text: "<|system|>\nYou are a chatbot who can help code!\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.\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. ---