Spaces:
Build error
Build error
Update .env.local.template
Browse filesline 42: removed "tgi"
lin 43: removed "127.0.0.1"
should default to huggingface models
- .env.local.template +2 -2
.env.local.template
CHANGED
@@ -39,8 +39,8 @@ MODELS=`[
|
|
39 |
],
|
40 |
"endpoints": [
|
41 |
{
|
42 |
-
"type": "
|
43 |
-
"url": "
|
44 |
}
|
45 |
],
|
46 |
"parameters": ${MODEL_PARAMS}
|
|
|
39 |
],
|
40 |
"endpoints": [
|
41 |
{
|
42 |
+
"type": "",
|
43 |
+
"url": ""
|
44 |
}
|
45 |
],
|
46 |
"parameters": ${MODEL_PARAMS}
|