SandLogicTechnologies commited on
Commit
7eadca5
·
verified ·
1 Parent(s): dd0c774

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +45,7 @@ def generate(
45
  for user, assistant in chat_history:
46
  conversation.extend(
47
  [
 
48
  {"role": "user", "content": user},
49
  {"role": "assistant", "content": assistant},
50
  ]
 
45
  for user, assistant in chat_history:
46
  conversation.extend(
47
  [
48
+ os.getenv("PROMPT"),
49
  {"role": "user", "content": user},
50
  {"role": "assistant", "content": assistant},
51
  ]