ysharma HF staff commited on
Commit
1386d3c
·
1 Parent(s): 192dfce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -9,9 +9,6 @@ HEADERS = {"Authorization": HF_TOKEN}
9
  zephyr_7b_beta = os.getenv('zephyr_7b_beta')
10
  zephyr_7b_alpha = os.getenv('zephyr_7b_alpha')
11
 
12
- for interaction in chatbot:
13
- input_prompt = input_prompt + str(interaction[0]) + "</s>\n<|assistant|>\n" + str(interaction[1]) + "\n</s>\n<|user|>\n"
14
-
15
 
16
  def build_input_prompt(message, chatbot):
17
  """
 
9
  zephyr_7b_beta = os.getenv('zephyr_7b_beta')
10
  zephyr_7b_alpha = os.getenv('zephyr_7b_alpha')
11
 
 
 
 
12
 
13
  def build_input_prompt(message, chatbot):
14
  """