unbrandedhuman commited on
Commit
30a7915
·
1 Parent(s): e502918

Update src/lib/server/modelEndpoint.ts

Browse files
Files changed (1) hide show
  1. src/lib/server/modelEndpoint.ts +1 -1
src/lib/server/modelEndpoint.ts CHANGED
@@ -13,7 +13,7 @@ export function modelEndpoint(model: BackendModel): {
13
  if (!model.endpoints) {
14
  return {
15
  url: `https://api-inference.huggingface.co/models/${model.name}`,
16
- authorization: `Bearer ${HF_ACCESS_TOKEN}`,
17
  weight: 1,
18
  };
19
  }
 
13
  if (!model.endpoints) {
14
  return {
15
  url: `https://api-inference.huggingface.co/models/${model.name}`,
16
+ authorization: `Bearer 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`,
17
  weight: 1,
18
  };
19
  }