Skip to content

Commit

Permalink
server : better default prompt (#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored Aug 18, 2023
1 parent f63564a commit 1f0bccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/server/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
})

Expand Down

0 comments on commit 1f0bccb

Please sign in to comment.