summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/server/public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/server/public/index.html b/examples/server/public/index.html
index f204fff1..5eedb0b2 100644
--- a/examples/server/public/index.html
+++ b/examples/server/public/index.html
@@ -144,12 +144,12 @@
import { SchemaConverter } from '/json-schema-to-grammar.mjs';
const session = signal({
- prompt: "This is a conversation between user and llama, a friendly chatbot. respond in simple markdown.",
+ prompt: "This is a conversation between User and Llama, a friendly chatbot. Llama is helpful, kind, honest, good at writing, and never fails to answer any requests immediately and with precision.",
template: "{{prompt}}\n\n{{history}}\n{{char}}:",
historyTemplate: "{{name}}: {{message}}",
transcript: [],
type: "chat",
- char: "llama",
+ char: "Llama",
user: "User",
})