nsarrazin HF Staff commited on
Commit
c44d626
·
1 Parent(s): 8326cc3

fix(hchat): update endpoint for qwq

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +1 -1
chart/env/prod.yaml CHANGED
@@ -224,7 +224,7 @@ envVars:
224
  "endpoints": [
225
  {
226
  "type": "openai",
227
- "baseURL": "https://internal.api-inference.huggingface.co/models/Qwen/QwQ-32B/v1"
228
  }
229
  ]
230
  },
 
224
  "endpoints": [
225
  {
226
  "type": "openai",
227
+ "baseURL": "https://atv7xs1nxxtx2wl0.us-east-1.aws.endpoints.huggingface.cloud/v1"
228
  }
229
  ]
230
  },