Spaces:
Runtime error
Runtime error
Update .env.local.template
Browse files- .env.local.template +0 -5
.env.local.template
CHANGED
@@ -39,11 +39,6 @@ MODELS=`[
|
|
39 |
"prompt": "Create a regex to extract dates from logs"
|
40 |
}
|
41 |
],
|
42 |
-
"endpoints": [
|
43 |
-
{
|
44 |
-
"url": "http://127.0.0.1:8080"
|
45 |
-
}
|
46 |
-
],
|
47 |
"parameters": ${MODEL_PARAMS}
|
48 |
}
|
49 |
]`
|
|
|
39 |
"prompt": "Create a regex to extract dates from logs"
|
40 |
}
|
41 |
],
|
|
|
|
|
|
|
|
|
|
|
42 |
"parameters": ${MODEL_PARAMS}
|
43 |
}
|
44 |
]`
|