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