Web component to talk to a WebSocket API and an AI chatbot.
npm ci
You will need a API Key and Endpoint in order for demo to run
npm run start
<super-clippy></super-clippy>
<script type="module">
import '../src/super-clippy.js';
import './addApi.js'
</script>