Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,14 @@ additional_inputs=[
|
|
| 81 |
step=0.05,
|
| 82 |
interactive=True,
|
| 83 |
info="Penalize repeated tokens",
|
| 84 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
]
|
| 86 |
|
| 87 |
|
|
|
|
| 81 |
step=0.05,
|
| 82 |
interactive=True,
|
| 83 |
info="Penalize repeated tokens",
|
| 84 |
+
),
|
| 85 |
+
examples=[
|
| 86 |
+
["Generate a NCLEX study plan for me."],
|
| 87 |
+
["Provide a CV template for a fresh nursing graduate."],
|
| 88 |
+
["I have a family member that got diagnosed with Buerger's disease, can you explain in easy terms what it is?"],
|
| 89 |
+
["Could you talk about straight leg rises exercise in the post-surgical context?"],
|
| 90 |
+
["Could you provide an overview of how the Nurse Practice Act helps regulate the nursing profession in different states?"],
|
| 91 |
+
],
|
| 92 |
]
|
| 93 |
|
| 94 |
|