Spaces:
No application file
No application file
File size: 252 Bytes
50ac637 |
1 2 3 4 5 6 |
async function query(data) {
const response = await fetch(
"https://api-inference.huggingface.co/models/OpenAssistant/oasst-sft-1-pythia-12b",
{
headers: { Authorization: "Bearer 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" },
method: "POST", |