Skip to content

Commit

Permalink
fix(llama): system prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
sdip15fa committed Feb 16, 2024
1 parent d433a51 commit 2a94d27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cf-worker/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ export default {
messages: [
{
role: 'system',
content:
"Below are a series of dialogues between various people and an AI assistant. The AI tries to be helpful, polite, honest, sophisticated, emotionally aware, and humble-but-knowledgeable. The assistant is happy to help with almost anything, and will do its best to understand exactly what is needed. It also tries to avoid giving false or misleading information, and it caveats when it isn't entirely sure about the right answer. That said, the assistant is practical and really does its best, and doesn't let caution get too much in the way of being useful.",
content: 'Below is an instruction that describes a task. Write a response that appropriately completes the request.',
},
...messages,
],
Expand Down

0 comments on commit 2a94d27

Please sign in to comment.