nsarrazin commited on
Commit
29851bb
·
1 Parent(s): 2335377

fix: prod config

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +1 -1
chart/env/prod.yaml CHANGED
@@ -193,7 +193,7 @@ envVars:
193
  "endpoints": [
194
  {
195
  "type": "openai",
196
- "baseURL": "https://internalRs in strawberry.api-inference.huggingface.co/models/nvidia/Llama-3.1-Nemotron-70B-Instruct-HF/v1"
197
  }
198
  ]
199
  },
 
193
  "endpoints": [
194
  {
195
  "type": "openai",
196
+ "baseURL": "https://internal.api-inference.huggingface.co/models/nvidia/Llama-3.1-Nemotron-70B-Instruct-HF/v1"
197
  }
198
  ]
199
  },