Spaces:
Configuration error
Configuration error
File size: 724 Bytes
22a6f79 49fbdaa e7fe17b 60f6056 22a6f79 60f6056 7700895 49fbdaa d7f4ac2 60f6056 d7f4ac2 22a6f79 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Agentic Stack JS on Spaces by huggingface</title>
<!-- <link rel="stylesheet" href="style.css" /> -->
<script type="module" src="./assets/js/agenticstack.js"></script>
</head>
<body>
<div class="card">
<h1>Welcome to Agentic Stack JS 1.2.14</h1>
<p>Web Components for agentic app development.</p>
<p>the model asset path comes from : https://huggingface.co/a8nova/gemma-2b-it-gpu-int8</p>
<p>the NPM Package is: https://www.npmjs.com/package/agentic-stack-js-web-components</p>
<asjs-chatbot
asjs-title="Chatbot Example">
</asjs-chatbot>
</div>
</body>
</html>
|