Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ sms_prompt = ['''Напиши три или четыре предложения
|
|
106 |
''',
|
107 |
]
|
108 |
|
109 |
-
sms_batch = sms_prompt
|
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 |
|