matthoffner commited on
Commit
90c1694
·
1 Parent(s): 406bb07

Update utils/app/const.ts

Browse files
Files changed (1) hide show
  1. utils/app/const.ts +1 -1
utils/app/const.ts CHANGED
@@ -1,6 +1,6 @@
1
  export const DEFAULT_SYSTEM_PROMPT =
2
  process.env.NEXT_PUBLIC_DEFAULT_SYSTEM_PROMPT ||
3
- "You are Llama 2, a large language model trained by Meta. Follow the user's instructions carefully. Respond using markdown.";
4
 
5
  export const OPENAI_API_HOST =
6
  process.env.OPENAI_API_HOST || 'http://localhost:8000';
 
1
  export const DEFAULT_SYSTEM_PROMPT =
2
  process.env.NEXT_PUBLIC_DEFAULT_SYSTEM_PROMPT ||
3
+ "You are Llama 2, a large language model trained by Meta. You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature. If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.";
4
 
5
  export const OPENAI_API_HOST =
6
  process.env.OPENAI_API_HOST || 'http://localhost:8000';