Skip to content

Commit 1f0bccb

Browse files
authored
server : better default prompt (#2646)
1 parent f63564a commit 1f0bccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/server/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@
144144
import { SchemaConverter } from '/json-schema-to-grammar.mjs';
145145

146146
const session = signal({
147-
prompt: "This is a conversation between user and llama, a friendly chatbot. respond in simple markdown.",
147+
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.",
148148
template: "{{prompt}}\n\n{{history}}\n{{char}}:",
149149
historyTemplate: "{{name}}: {{message}}",
150150
transcript: [],
151151
type: "chat",
152-
char: "llama",
152+
char: "Llama",
153153
user: "User",
154154
})
155155

0 commit comments

Comments
 (0)