SimpleChat:HTML: Bring in the js file

This commit is contained in:
HanishKVC 2024-05-17 19:44:43 +05:30
parent 70e5860264
commit 24d348ab97

View file

@ -1,5 +1,8 @@
<html> <html>
<head>Simple LlamaCPP Chat</head> <head>
<title>Simple LlamaCPP Chat</title>
<script src="simplechat.js"></script>
</head>
<body> <body>
<div id="chat"></div> <div id="chat"></div>
<hr> <hr>