Reasonify / src /utils.py
vinny4's picture
added current progress
63c4985
raw
history blame contribute delete
72 Bytes
def get_answer(response):
return response.strip().split("\n")[-1]