Update README.md
Browse files
README.md
CHANGED
@@ -94,7 +94,7 @@ You must use ```python for just the final solution code block with the following
|
|
94 |
messages = [
|
95 |
{
|
96 |
"role": "user",
|
97 |
-
"content": prompt.format(user="Write a program to calculate the sum of the first
|
98 |
]
|
99 |
|
100 |
outputs = pipeline(
|
|
|
94 |
messages = [
|
95 |
{
|
96 |
"role": "user",
|
97 |
+
"content": prompt.format(user="Write a program to calculate the sum of the first $N$ fibonacci numbers")},
|
98 |
]
|
99 |
|
100 |
outputs = pipeline(
|