anything-llm/embed/index.html
2024-02-01 13:55:37 -08:00

11 lines
289 B
HTML

<!doctype html>
<html lang="en">
<body>
<h1>This is an example testing page for embedded AnythingLLM.</h1>
<script data-embed-id="example-uuid" data-base-api-url='http://localhost:3001/api/embed'
src="/dist/embedded-anything-llm.umd.js">
</script>
</body>
</html>