From 439dba83292c9fbd329df0ebb6c9f8679b6003a8 Mon Sep 17 00:00:00 2001 From: mrfakename Date: Sun, 31 Dec 2023 19:58:21 +0000 Subject: [PATCH] Add example prompt --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c3c552..b53aa7e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ datasets: - OpenAssistant/oasst_top1_2023-08-25 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" ---