Spaces:
No application file
No application file
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", |