Spaces:
Runtime error
Runtime error
testing to 2
Browse files
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=
|
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:
|