Releases: deftio/quikchat
v1.1.12
Added
quikchat.tempMessageGenerator() -- allows creation of temporary message so that one can write a placeholder content (with timer update) but then blow it away with .messageReplaceContent( ....) such as when waiting for an LLM to respond
Also add
.messageGetContentDOMElement(index) : returns the actual DOM element of the content area of the given message.
v1.1.11
v1.1.10 - minor clean up
Remove spurious console.log in add message with advanced CSS handling
v1.1.9
v1.1.8
v1.1.7
v1.1.6 show/hide input on construction + updated coverage
Update constructor so one can force input area to be hidden on first instantiation
updated test coverage to 87%
1.1.5: Added backend examples for FastAPI and NodeJS
This release adds working sample projects for nodejs (using express) and python (using FastAPI).
Both examples show how to create streaming and completions based backend requests. This includes pulling LLM data from the LLM server through the backend web app and to the front end web wite.
v1.1.3
- (done 1.1.3) minified css (/dist/quikchat.min.css)
- (done 1.1.3) moved all border-radius to themes
- (done 1.1.3) updated docs / index.html
- (done 1.1.3) updated readme generator from npx to /node-modules (still using docbat)
- (done 1.1.3) add ci via github actions
Full Changelog: v1.1.2...v1.1.3