mbosse99 commited on
Commit
e355ed7
·
1 Parent(s): fe4aa59

for testing n to 1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def bot(history, job, resume, job_params):
127
  yield history
128
  return
129
 
130
- system = sys_prompt.format(job=job, resume=resume, n=10)
131
  messages = [{"role": "system", "content": system}]
132
  for user, assistant in history:
133
  if user:
 
127
  yield history
128
  return
129
 
130
+ system = sys_prompt.format(job=job, resume=resume, n=1)
131
  messages = [{"role": "system", "content": system}]
132
  for user, assistant in history:
133
  if user: