File size: 1,424 Bytes
66ad91e
 
 
 
 
c0c6cfb
66ad91e
c0c6cfb
66ad91e
c0c6cfb
 
66ad91e
 
c0c6cfb
66ad91e
c0c6cfb
 
 
66ad91e
 
 
 
 
c0c6cfb
 
66ad91e
 
 
 
 
c0c6cfb
 
 
 
e104295
 
 
 
 
 
 
 
 
 
66ad91e
 
e104295
c0c6cfb
66ad91e
 
97813a3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>AnythingLLM Chatbot</title>
  
  <!-- Optional: Custom CSS to Remove Margins and Ensure Fullscreen -->
  <style>
    html, body {
      height: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden; /* Prevent scrolling */
    }
    #chatbot-container {
      height: 100%;
      width: 100%;
    }
  </style>
</head>
<body>

  <!-- Chatbot Container -->
  <div id="chatbot-container"></div>

  <!-- Chatbot Embed Script -->
  <script
    data-embed-id="f873bd25-2eb1-4e69-9f13-114ca6585a5b"
    data-base-api-url="https://severian-anything.hf.space/api/embed"
    data-window-height="100vh"
    data-window-width="100vw"
    data-position="top-left"
    data-open-on-load="on"
    data-chat-icon="chatBubble"
    data-button-color="#4CAF50"
    data-user-bg-color="#e0f7fa"
    data-assistant-bg-color="#ffe0b2"
    data-brand-image-url="https://yourdomain.com/logo.png"
    data-greeting="Hello! How can I assist you today?"
    data-support-email="[email protected]"
    data-assistant-name="Support Bot"
    data-assistant-icon="https://yourdomain.com/assistant-icon.png"
    data-text-size="16px"
    src="https://severian-anything.hf.space/embed/anythingllm-chat-widget.min.js">
  </script>

  <!-- AnythingLLM (https://anythingllm.com) -->

</body>
</html>