gabrielmbmb HF staff commited on
Commit
50e2d99
1 Parent(s): 23e9ff2

Fix NOTUX_TGI_URL missing quotes

Browse files
Files changed (1) hide show
  1. .env.local.template +1 -1
.env.local.template CHANGED
@@ -43,7 +43,7 @@ MODELS=`[
43
  "endpoints": [
44
  {
45
  "type": "tgi",
46
- "url": ${NOTUX_TGI_URL}
47
  }
48
  ],
49
  "parameters": ${MODEL_PARAMS}
 
43
  "endpoints": [
44
  {
45
  "type": "tgi",
46
+ "url": "${NOTUX_TGI_URL}"
47
  }
48
  ],
49
  "parameters": ${MODEL_PARAMS}