SimpleChat:HTML:Group user input+btn together; Note about multichat
This commit is contained in:
parent
5a5f6ab848
commit
676053fc7f
2 changed files with 9 additions and 2 deletions
|
@ -49,3 +49,8 @@ may not be visible. Also remember that just refreshing/reloading page in browser
|
|||
matter clearing site data, dont directly override site caching in all cases. Worst case you may
|
||||
have to change port.
|
||||
|
||||
Concept of multiple chat sessions with same or different system prompts, as well as saving and
|
||||
restoring of those across browser usage sessions, can be woven around the SimpleChat class and
|
||||
its instances relatively easily, however given the current goal of keeping this simple, it has
|
||||
not been added, for now.
|
||||
|
||||
|
|
|
@ -33,7 +33,9 @@
|
|||
</div>
|
||||
|
||||
<hr>
|
||||
<input type="text" id="user" class="wideinput" />
|
||||
<button id="submit">submit</button>
|
||||
<div>
|
||||
<input type="text" id="user" class="wideinput" />
|
||||
<button id="submit">submit</button>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue