From 2539c747f7b95a4dac517d6620f2244efdca3543 Mon Sep 17 00:00:00 2001 From: Joshua Date: Thu, 7 Mar 2024 02:13:43 +0000 Subject: [PATCH] Update widget example --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57b77e6..53e4879 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: Coding assistant + 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. ---