ShotokanJ's picture
Upload index.html with huggingface_hub
83c2a24 verified
Raw
History Blame Contribute Delete
1.7 kB
<!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=unsloth%2FPhi-4-mini-instruct-GGUF&file=Phi-4-mini-instruct-Q4_K_M.gguf&title=Phi-4-mini-instruct-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>