Spaces:
Runtime error
Runtime error
Commit
·
91be08b
1
Parent(s):
596b7ae
Update .env.local.template
Browse files- .env.local.template +1 -4
.env.local.template
CHANGED
|
@@ -35,15 +35,12 @@ MODELS=`[
|
|
| 35 |
}, {
|
| 36 |
"title": "Regex",
|
| 37 |
"prompt": "Create a regex to extract dates from logs"
|
| 38 |
-
}, {
|
| 39 |
-
"title": "What does argilla mean?",
|
| 40 |
-
"prompt": "What does argilla mean?"
|
| 41 |
}
|
| 42 |
],
|
| 43 |
"endpoints": [
|
| 44 |
{
|
| 45 |
"type": "tgi",
|
| 46 |
-
"url": ${NOTUX_TGI_URL}
|
| 47 |
}
|
| 48 |
],
|
| 49 |
"parameters": ${MODEL_PARAMS}
|
|
|
|
| 35 |
}, {
|
| 36 |
"title": "Regex",
|
| 37 |
"prompt": "Create a regex to extract dates from logs"
|
|
|
|
|
|
|
|
|
|
| 38 |
}
|
| 39 |
],
|
| 40 |
"endpoints": [
|
| 41 |
{
|
| 42 |
"type": "tgi",
|
| 43 |
+
"url": "${NOTUX_TGI_URL}"
|
| 44 |
}
|
| 45 |
],
|
| 46 |
"parameters": ${MODEL_PARAMS}
|