philschmid HF staff commited on
Commit
ab7fce4
·
verified ·
1 Parent(s): 73b642d

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +2 -2
.env.local.template CHANGED
@@ -39,8 +39,8 @@ MODELS=`[
39
  ],
40
  "endpoints": [
41
  {
42
- "type": "tgi",
43
- "url": "http://127.0.0.1:8080"
44
  }
45
  ],
46
  "parameters": ${MODEL_PARAMS}
 
39
  ],
40
  "endpoints": [
41
  {
42
+ "type": "openai",
43
+ "url": "http://127.0.0.1:8080/v1"
44
  }
45
  ],
46
  "parameters": ${MODEL_PARAMS}