Namitg02 commited on
Commit
27d4ea6
·
verified ·
1 Parent(s): 0e7209a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -117,8 +117,7 @@ def talk(prompt, history):
117
  print("check 7")
118
  print(stream['choices'][0]['message']['content'])
119
  response = stream['choices'][0]['message']['content']
120
-
121
-
122
  # for user_message, bot_message in history[0:]:
123
  # historylog += f"<s>[INST] {user_message} [/INST] {bot_message} </s>"
124
  historylog = ''
 
117
  print("check 7")
118
  print(stream['choices'][0]['message']['content'])
119
  response = stream['choices'][0]['message']['content']
120
+
 
121
  # for user_message, bot_message in history[0:]:
122
  # historylog += f"<s>[INST] {user_message} [/INST] {bot_message} </s>"
123
  historylog = ''