wasiuddina commited on
Commit
253efb7
·
verified ·
1 Parent(s): 5695c3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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(