SimpleChat:HTML: Bring in the js file
This commit is contained in:
parent
70e5860264
commit
24d348ab97
|
|
@ -1,5 +1,8 @@
|
|||
<html>
|
||||
<head>Simple LlamaCPP Chat</head>
|
||||
<head>
|
||||
<title>Simple LlamaCPP Chat</title>
|
||||
<script src="simplechat.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="chat"></div>
|
||||
<hr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue