yashxx07 commited on
Commit
e340a3c
·
verified ·
1 Parent(s): af49d90

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -110,7 +110,7 @@ async def root(item: Item):
110
  "messages": [
111
  {
112
  "role": "user",
113
- "content": "who are you?"
114
  }
115
  ],
116
  "temperature": 0.5,
 
110
  "messages": [
111
  {
112
  "role": "user",
113
+ "content": f"summarize this news article in {item.max_tokens} lines:" + article
114
  }
115
  ],
116
  "temperature": 0.5,