agentic-stack-js / src /index.html
agenticstackjs's picture
new version
60f6056
raw
history blame contribute delete
724 Bytes
<!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>