diff options
Diffstat (limited to 'examples/server/public_simplechat/index.html')
-rw-r--r-- | examples/server/public_simplechat/index.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/examples/server/public_simplechat/index.html b/examples/server/public_simplechat/index.html index 1eb390b8..1a1a3420 100644 --- a/examples/server/public_simplechat/index.html +++ b/examples/server/public_simplechat/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <title>SimpleChat (LlamaCPP, ...) </title> + <title>SimpleChat LlamaCppEtal </title> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="message" content="Save Nature Save Earth" /> @@ -30,20 +30,17 @@ <hr> <div class="sameline"> <label for="system-in">System</label> - <input type="text" name="system" id="system-in" class="flex-grow"/> + <input type="text" name="system" id="system-in" placeholder="e.g. you are a helpful ai assistant, who provides concise answers" class="flex-grow"/> </div> <hr> <div id="chat-div"> - <p> Enter the system prompt above, before entering/submitting any user query.</p> - <p> Enter your text to the ai assistant below.</p> - <p> Use shift+enter for inserting enter.</p> - <p> Refresh the page to start over fresh.</p> + <p> You need to have javascript enabled.</p> </div> <hr> <div class="sameline"> - <textarea id="user-in" class="flex-grow" rows="3"></textarea> + <textarea id="user-in" class="flex-grow" rows="3" placeholder="enter your query to the ai model here" ></textarea> <button id="user-btn">submit</button> </div> |