is_chat=False for /edits (#2011)
This commit is contained in:
parent
71693161eb
commit
f98fd01dcd
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ class Handler(BaseHTTPRequestHandler):
|
|||
if debug:
|
||||
print({'edit_template': edit_task, 'req_params': req_params, 'token_count': token_count})
|
||||
|
||||
generator = generate_reply(edit_task, req_params, stopping_strings=standard_stopping_strings, is_chat=True)
|
||||
generator = generate_reply(edit_task, req_params, stopping_strings=standard_stopping_strings, is_chat=False)
|
||||
|
||||
answer = ''
|
||||
for a in generator:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue