rocca commited on
Commit
961a77a
·
verified ·
1 Parent(s): bb7c8af

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -356,7 +356,7 @@
356
  headers: {
357
  "content-type": "application/json",
358
  "Authorization": `Bearer ${apiKeyEl.value}`,
359
- "anthropic-dangerous-direct-browser-access:": "true",
360
  },
361
  body: JSON.stringify({
362
  model: modelName.trim(),
 
356
  headers: {
357
  "content-type": "application/json",
358
  "Authorization": `Bearer ${apiKeyEl.value}`,
359
+ "anthropic-dangerous-direct-browser-access": "true",
360
  },
361
  body: JSON.stringify({
362
  model: modelName.trim(),