File size: 1,725 Bytes
339286e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Chat Widget</title>
    <style>
        body, html { margin: 0; padding: 0; height: 100%; background: #0d1117; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
        .chat-container { width: 100%; height: calc(100% - 35px); border: none; }
        iframe { width: 100%; height: 100%; border: none; }
        .footer { height: 35px; display: flex; justify-content: center; align-items: center; background: #161b22; color: #8b949e; font-size: 12px; }
        .footer a { color: #58a6ff; text-decoration: none; margin: 0 8px; }
        .footer a:hover { text-decoration: underline; }
    </style>
</head>
<body>
    <div class="chat-container">
        <iframe src="https://localellm.com?placeholder=Ask+me+anything...&icon=%F0%9F%A4%96&theme=dark&autoload=true&header=true&greeting=Hello%21+How+can+I+help+you%3F&system=You+are+a+helpful+assistant.&ctx=8192&maxTokens=2048&temp=0.7&topP=0.95&topK=40&repPenalty=1.1&settings=true&systemChange=true&allowModelChange=false&allowQuantChange=false&clearCache=true&repo=mradermacher%2FDoppelganger-Twist-24B-i1-GGUF&file=Doppelganger-Twist-24B.i1-Q4_K_M.gguf&title=Doppelganger-Twist-24B-i1-GGUF&embed=true" allow="autoplay; clipboard-write;"></iframe>
    </div>
    <div class="footer">
        <a href="https://twist-shoulder-machines-holding.trycloudflare.com/privacy.html" target="_blank" rel="noopener noreferrer">Privacy Policy</a>
        |
        <a href="https://localellm.com/imprint" target="_blank" rel="noopener noreferrer">Imprint</a>
    </div>
</body>
</html>