AI: Difference between revisions

mNo edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
<html>


<!--
<!--
Line 6: Line 7:
https://github.com/Mintplex-Labs/anythingllm-embed/blob/main/README.md
https://github.com/Mintplex-Labs/anythingllm-embed/blob/main/README.md
-->
-->
<script
  data-embed-id="fd6cf284-95d5-412f-bd50-38a0a8561975"
  data-base-api-url="http://localhost:3002/api/embed"
// src="http://chat.boseperformer:3002/embed/anythingllm-chat-widget.min.js">
</script>
<!-- AnythingLLM (https://anythingllm.com) -->


<!--
 
Paste this script at the bottom of your HTML before the </body> tag.
See more style and config options on our docs
https://github.com/Mintplex-Labs/anythingllm-embed/blob/main/README.md
-->
<script
<script
   data-embed-id="fd6cf284-95d5-412f-bd50-38a0a8561975"
   data-embed-id="fd6cf284-95d5-412f-bd50-38a0a8561975"
   data-base-api-url="http://localhost:3002/api/embed"
   data-base-api-url="http://localhost:3001/api/v1/embed"
   src="http://localhost:3002/embed/anythingllm-chat-widget.min.js">
   src="http://localhost:3001/embed/anythingllm-chat-widget.min.js">
</script>
</script>
<!-- AnythingLLM (https://anythingllm.com) -->


<script>
console.log("hello world");
</script>
</html>
</html>