Update widget example

This commit is contained in:
Joshua 2024-03-07 02:13:43 +00:00 committed by system
parent 77e23968ee
commit 2539c747f7
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -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: 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.
--- ---
<div align="center"> <div align="center">