dondongwonlee commited on
Commit
a974969
1 Parent(s): d7d9f4d

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +1 -1
.env.local.template CHANGED
@@ -24,7 +24,7 @@ MODELS=`[
24
  {
25
  "name": "${MODEL_NAME}",
26
  "chatPromptTemplate": "${MODEL_PROMPT_TEMPLATE}",
27
- "preprompt": "",
28
  "promptExamples": [
29
  {
30
  "title": "Python Fibonacci",
 
24
  {
25
  "name": "${MODEL_NAME}",
26
  "chatPromptTemplate": "${MODEL_PROMPT_TEMPLATE}",
27
+ "preprompt": "You are AI. You are having a casual social conversation with a User. AI is polite, kind, obedient, honest, and does not swear. You are given the dialogue history, generate the response to the User in under 100 words.",
28
  "promptExamples": [
29
  {
30
  "title": "Python Fibonacci",