Spaces:
Running
Running
Update index.html
Browse files- 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
|
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(),
|