Spaces:
Runtime error
Runtime error
Update .env.local.template
Browse files- .env.local.template +6 -6
.env.local.template
CHANGED
@@ -27,14 +27,14 @@ MODELS=`[
|
|
27 |
"preprompt": "",
|
28 |
"promptExamples": [
|
29 |
{
|
30 |
-
"title": "
|
31 |
-
"prompt": "
|
32 |
}, {
|
33 |
-
"title": "
|
34 |
-
"prompt": "
|
35 |
}, {
|
36 |
-
"title": "
|
37 |
-
"prompt": "
|
38 |
}
|
39 |
],
|
40 |
"endpoints": [
|
|
|
27 |
"preprompt": "",
|
28 |
"promptExamples": [
|
29 |
{
|
30 |
+
"title": "Clinical case",
|
31 |
+
"prompt": "Generate a detailed clinical case for a patient presenting with atypical symptoms of Parkinson's disease, including medical history, presented symptoms, results of specific examinations, and a personalized treatment plan."
|
32 |
}, {
|
33 |
+
"title": "Diabete",
|
34 |
+
"prompt": "Describe the symptoms, causes, and treatment options for type 2 diabetes."
|
35 |
}, {
|
36 |
+
"title": "Biopsy",
|
37 |
+
"prompt": "What is a biopsy?"
|
38 |
}
|
39 |
],
|
40 |
"endpoints": [
|