ankush13r commited on
Commit
192e40f
1 Parent(s): 65acd32

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +1 -1
.env.local.template CHANGED
@@ -39,7 +39,7 @@ MODELS=`[
39
  "endpoints": [
40
  {
41
  "type": "openai",
42
- "baseURL": "${BASEURL}",
43
  "apiKey": "${HF_TOKEN}"
44
  }
45
  ],
 
39
  "endpoints": [
40
  {
41
  "type": "openai",
42
+ "baseURL": "${BASEURL}/v1",
43
  "apiKey": "${HF_TOKEN}"
44
  }
45
  ],