zhaokeyao1
commited on
Commit
·
409101c
1
Parent(s):
01cbb32
Update fuhao
Browse files
app.py
CHANGED
|
@@ -170,7 +170,7 @@ def predict_(password_input, user_in_file):
|
|
| 170 |
},
|
| 171 |
{
|
| 172 |
'role': 'user',
|
| 173 |
-
'content':
|
| 174 |
}
|
| 175 |
],
|
| 176 |
stream=True
|
|
@@ -199,7 +199,7 @@ def predict_(password_input, user_in_file):
|
|
| 199 |
},
|
| 200 |
{
|
| 201 |
'role': 'user',
|
| 202 |
-
'content':
|
| 203 |
}
|
| 204 |
],
|
| 205 |
stream=True
|
|
@@ -228,7 +228,7 @@ def predict_(password_input, user_in_file):
|
|
| 228 |
},
|
| 229 |
{
|
| 230 |
'role': 'user',
|
| 231 |
-
'content':
|
| 232 |
}
|
| 233 |
],
|
| 234 |
stream=True
|
|
@@ -257,7 +257,7 @@ def predict_(password_input, user_in_file):
|
|
| 257 |
},
|
| 258 |
{
|
| 259 |
'role': 'user',
|
| 260 |
-
'content':
|
| 261 |
}
|
| 262 |
],
|
| 263 |
stream=True
|
|
@@ -286,7 +286,7 @@ def predict_(password_input, user_in_file):
|
|
| 286 |
},
|
| 287 |
{
|
| 288 |
'role': 'user',
|
| 289 |
-
'content':
|
| 290 |
}
|
| 291 |
],
|
| 292 |
stream=True
|
|
@@ -315,7 +315,7 @@ def predict_(password_input, user_in_file):
|
|
| 315 |
},
|
| 316 |
{
|
| 317 |
'role': 'user',
|
| 318 |
-
'content':
|
| 319 |
}
|
| 320 |
],
|
| 321 |
stream=True
|
|
@@ -345,7 +345,7 @@ def predict_(password_input, user_in_file):
|
|
| 345 |
},
|
| 346 |
{
|
| 347 |
'role': 'user',
|
| 348 |
-
'content':
|
| 349 |
}
|
| 350 |
],
|
| 351 |
stream=True
|
|
|
|
| 170 |
},
|
| 171 |
{
|
| 172 |
'role': 'user',
|
| 173 |
+
'content': ''
|
| 174 |
}
|
| 175 |
],
|
| 176 |
stream=True
|
|
|
|
| 199 |
},
|
| 200 |
{
|
| 201 |
'role': 'user',
|
| 202 |
+
'content': ''
|
| 203 |
}
|
| 204 |
],
|
| 205 |
stream=True
|
|
|
|
| 228 |
},
|
| 229 |
{
|
| 230 |
'role': 'user',
|
| 231 |
+
'content': ''
|
| 232 |
}
|
| 233 |
],
|
| 234 |
stream=True
|
|
|
|
| 257 |
},
|
| 258 |
{
|
| 259 |
'role': 'user',
|
| 260 |
+
'content': ''
|
| 261 |
}
|
| 262 |
],
|
| 263 |
stream=True
|
|
|
|
| 286 |
},
|
| 287 |
{
|
| 288 |
'role': 'user',
|
| 289 |
+
'content': ''
|
| 290 |
}
|
| 291 |
],
|
| 292 |
stream=True
|
|
|
|
| 315 |
},
|
| 316 |
{
|
| 317 |
'role': 'user',
|
| 318 |
+
'content': ''
|
| 319 |
}
|
| 320 |
],
|
| 321 |
stream=True
|
|
|
|
| 345 |
},
|
| 346 |
{
|
| 347 |
'role': 'user',
|
| 348 |
+
'content': ''
|
| 349 |
}
|
| 350 |
],
|
| 351 |
stream=True
|