OpenAssistant / app.js
Johan09033's picture
Rename app.py to app.js
50ac637
raw
history blame
252 Bytes
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",