smajumdar94 commited on
Commit
4e840bd
·
verified ·
1 Parent(s): 6e7e2e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 <span class="math-inline">N</span> fibonacci numbers")},
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(