Spaces:
Runtime error
Runtime error
Update .env.local to match new backend refactoring (#23)
Browse files- Update .env.local to match new backend refactoring (21807a92a3e5505fbdb4ed3ef05141217f3b87a4)
Co-authored-by: Nathan Sarrazin <nsarrazin@users.noreply.huggingface.co>
- .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 |
],
|