]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SimpleChat v3.1: Boolean chat request options in Settings UI, cache_prompt (#7950)
authorHanishKVC <redacted>
Tue, 25 Jun 2024 11:27:35 +0000 (16:57 +0530)
committerGitHub <redacted>
Tue, 25 Jun 2024 11:27:35 +0000 (21:27 +1000)
commit3791ad219323389106dc3fd80814eb5bbb7b80de
tree281e6a26aa7bac413cf82ddb7da1ac42d41ee2ae
parentf702a90e245499283d6de0b287701c723cda2a87
SimpleChat v3.1: Boolean chat request options in Settings UI, cache_prompt (#7950)

* SimpleChat: Allow for chat req bool options to be user controlled

* SimpleChat: Allow user to control cache_prompt flag in request

* SimpleChat: Add sample GUI images to readme file

Show the chat screen and the settings screen

* SimpleChat:Readme: Add quickstart block, title to image, cleanup

* SimpleChat: RePosition contents of the Info and Settings UI

Make it more logically structured and flow through.

* SimpleChat: Rename to apiRequestOptions from chatRequestOptions

So that it is not wrongly assumed that these request options are
used only for chat/completions endpoint. Rather these are used
for both the end points, so rename to match semantic better.

* SimpleChat: Update image included with readme wrt settings ui

* SimpleChat:ReadMe: Switch to webp screen image to reduce size
examples/server/public_simplechat/readme.md
examples/server/public_simplechat/simplechat.js
examples/server/public_simplechat/simplechat_screens.webp [new file with mode: 0644]