yashxx07 commited on
Commit
051a524
·
verified ·
1 Parent(s): e5868d9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -45,7 +45,7 @@ async def root(item: Item):
45
 
46
  event_list = []
47
  for event in replicate.stream("snowflake/snowflake-arctic-instruct", input= {
48
- "prompt": "Write fizz buzz in SQL",
49
  "temperature": 0.2}):
50
  # Convert the event to a string and append it to the list
51
  event_list.append(str(event))
 
45
 
46
  event_list = []
47
  for event in replicate.stream("snowflake/snowflake-arctic-instruct", input= {
48
+ "prompt": "summarize this following news article:" + article,
49
  "temperature": 0.2}):
50
  # Convert the event to a string and append it to the list
51
  event_list.append(str(event))