trashchenkov commited on
Commit
4e890da
·
verified ·
1 Parent(s): 186b511

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ sms_prompt = ['''Напиши три или четыре предложения
106
  ''',
107
  ]
108
 
109
- sms_batch = sms_prompt * 3
110
 
111
  sms_batch = [[HumanMessage(content=x)] for x in sms_batch]
112
 
 
106
  ''',
107
  ]
108
 
109
+ sms_batch = sms_prompt #* 3
110
 
111
  sms_batch = [[HumanMessage(content=x)] for x in sms_batch]
112