smajumdar94 commited on
Commit
9c58bbd
·
verified ·
1 Parent(s): 2c849fb

Update README.md

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