llama.cpp/examples/server/public/simplechat.html

12 lines
276 B
HTML

<html>
<head>
<title>Simple LlamaCPP Chat</title>
<script src="simplechat.js"></script>
</head>
<body>
<div id="chat"></div>
<hr>
<input type="text" id="user"/>
<button id="submit">submit</button>
</body>
</html>