Spaces:
Build error
Build error
fix chat-ui template to work with new backend
Browse files- .env.local.template +1 -0
.env.local.template
CHANGED
@@ -39,6 +39,7 @@ MODELS=`[
|
|
39 |
],
|
40 |
"endpoints": [
|
41 |
{
|
|
|
42 |
"url": "http://127.0.0.1:8080"
|
43 |
}
|
44 |
],
|
|
|
39 |
],
|
40 |
"endpoints": [
|
41 |
{
|
42 |
+
"type": "tgi",
|
43 |
"url": "http://127.0.0.1:8080"
|
44 |
}
|
45 |
],
|