SimpleChat:HTML: Bring in the js file
This commit is contained in:
parent
70e5860264
commit
24d348ab97
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue