Spaces:
Runtime error
Runtime error
n back to 10
Browse files
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=
|
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=10)
|
131 |
messages = [{"role": "system", "content": system}]
|
132 |
for user, assistant in history:
|
133 |
if user:
|