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

9 lines
201 B
HTML

<html>
<head>Simple LlamaCPP Chat</head>
<body>
<div id="chat"></div>
<hr>
<input type="text" id="user"/>
<button id="submit">submit</button>
</body>
</html>