ankush13r commited on
Commit
ff291f2
1 Parent(s): 7b3f941

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +2 -2
.env.local.template CHANGED
@@ -63,7 +63,7 @@ MODELS=`[
63
  "endpoints": [
64
  {
65
  "type": "openai",
66
- "baseURL": "https://localhost:8080/v1",
67
  "apiKey": "hf_xxxx"
68
  }
69
  ],
@@ -88,7 +88,7 @@ MODELS=`[
88
  "endpoints": [
89
  {
90
  "type": "tgi",
91
- "url": "https://localhost:8090",
92
  }
93
  ],
94
  "parameters": ${MODEL_PARAMS}
 
63
  "endpoints": [
64
  {
65
  "type": "openai",
66
+ "baseURL": "http://localhost:8080/v1",
67
  "apiKey": "hf_xxxx"
68
  }
69
  ],
 
88
  "endpoints": [
89
  {
90
  "type": "tgi",
91
+ "url": "http://localhost:8090",
92
  }
93
  ],
94
  "parameters": ${MODEL_PARAMS}