nsarrazin HF staff commited on
Commit
21807a9
1 Parent(s): 8373531

Update .env.local to match new backend refactoring

Browse files
Files changed (1) hide show
  1. .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
  ],