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