CustomGPT / index.html
carcango's picture
Upload folder using huggingface_hub
07f816a
raw
history blame contribute delete
912 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<script>
(function (w, d, s, o, f, js, fjs) {
w["botsonic_widget"] = o;
w[o] =
w[o] ||
function () {
(w[o].q = w[o].q || []).push(arguments);
};
(js = d.createElement(s)), (fjs = d.getElementsByTagName(s)[0]);
js.id = o;
js.src = f;
js.async = 1;
fjs.parentNode.insertBefore(js, fjs);
})(
window,
document,
"script",
"Botsonic",
"https://widget.writesonic.com/CDN/botsonic.min.js"
);
Botsonic("init", {
serviceBaseUrl: "https://api.botsonic.ai",
token: "2f8780ac-cdfd-47ff-b398-6bcf1f6b67bd",
});
</script>
</body>
</html>