Skip to content
Snippets Groups Projects
Commit 76a64274 authored by zverkov's avatar zverkov
Browse files

Remove print

parent 02e8b2c2
No related branches found
No related tags found
1 merge request!1Merge
......@@ -139,7 +139,6 @@ Chat history: ```{chat_history}``` <|im_end|>
end_idx = output.find('```')
if end_idx != -1:
output = output[:end_idx]
print(output)
final_responses.append(output)
self.turn_id = self.turn_id % 7 + 1 # Turn id goes from 1 to 7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment