nsarrazin HF Staff commited on
Commit
49c41c7
·
1 Parent(s): aa07745

fix: duplicate endpoints in task model

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +0 -6
chart/env/prod.yaml CHANGED
@@ -411,12 +411,6 @@ envVars:
411
  "temperature": 0.1,
412
  "max_new_tokens": 256
413
  },
414
- "endpoints": [
415
- {
416
- "type": "openai",
417
- "baseURL": "https://internal.api-inference.huggingface.co/models/meta-llama/Llama-3.1-8B-Instruct/v1"
418
- }
419
- ]
420
  }
421
  ]
422
 
 
411
  "temperature": 0.1,
412
  "max_new_tokens": 256
413
  },
 
 
 
 
 
 
414
  }
415
  ]
416