Update examples in README to be compatible with soon-to-come ChatWidget
Browse files
README.md
CHANGED
|
@@ -8,7 +8,12 @@ datasets:
|
|
| 8 |
language:
|
| 9 |
- en
|
| 10 |
widget:
|
| 11 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
<div align="center">
|
| 14 |
|
|
|
|
| 8 |
language:
|
| 9 |
- en
|
| 10 |
widget:
|
| 11 |
+
- example_title: Fibonacci (Python)
|
| 12 |
+
messages:
|
| 13 |
+
- role: system
|
| 14 |
+
content: You are a chatbot who can help code!
|
| 15 |
+
- role: user
|
| 16 |
+
content: Write me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI.
|
| 17 |
---
|
| 18 |
<div align="center">
|
| 19 |
|