Update app.py
Browse files
app.py
CHANGED
|
@@ -46,8 +46,9 @@ model_info = {
|
|
| 46 |
}
|
| 47 |
|
| 48 |
|
| 49 |
-
suggested_interpretation_prompts = ["
|
| 50 |
-
"
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
## functions
|
|
|
|
| 46 |
}
|
| 47 |
|
| 48 |
|
| 49 |
+
suggested_interpretation_prompts = ["Sure, I'll summarize your message:",
|
| 50 |
+
"Before responding, let me repeat the message you wrote:",
|
| 51 |
+
"Let me repeat the message:"]
|
| 52 |
|
| 53 |
|
| 54 |
## functions
|