mbosse99 commited on
Commit
98c7a78
·
1 Parent(s): 61125c4

testing to 2

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