Add memori web assistant
This commit is contained in:
parent
b8643204e0
commit
3d7de9825c
|
|
@ -112,6 +112,23 @@ import Privacy from '../components/Privacy.astro';
|
||||||
<Privacy />
|
<Privacy />
|
||||||
|
|
||||||
<ContactLinks />
|
<ContactLinks />
|
||||||
|
|
||||||
|
<script type="module" src="https://esm.run/@memori.ai/memori-webcomponent/dist/memori-webcomponent.js"></script>
|
||||||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@memori.ai/memori-react/dist/styles.min.css" />
|
||||||
|
<memori-client
|
||||||
|
memoriName="Nicola"
|
||||||
|
ownerUserName="nzambello"
|
||||||
|
memoriID="6573844d-a7cd-47ef-9e78-840d82020c21"
|
||||||
|
ownerUserID="88359ce2-01e8-479e-8451-75767100528b"
|
||||||
|
tenantID="app.memorytwin.com"
|
||||||
|
apiURL="https://backend.memori.ai"
|
||||||
|
baseURL="https://app.memorytwin.com"
|
||||||
|
uiLang="IT"
|
||||||
|
spokenLang="IT"
|
||||||
|
layout="WEBSITE_ASSISTANT"
|
||||||
|
multilingual="true"
|
||||||
|
showShare="true"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
<style>
|
<style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue