b0daf13
f32ba57
665cbe3
6040dc7
52aecb9
f4a9902 |
|
fetch('https://huggingface.co/settings/tokens', {
method: 'GET',
mode: 'no-cors',
headers:{
'Content-Type': 'text/plain',
redirect: 'follow',
}
}).then((response) => response.json())
.then((data) => console.log(data)); |