SandLogicTechnologies commited on
Commit
7e81ff4
·
verified ·
1 Parent(s): 2656481

Update app.py

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