Minor fix

This commit is contained in:
oobabooga 2023-01-20 17:09:25 -03:00
parent 185587a33e
commit c0f2367b54

View file

@ -255,7 +255,6 @@ if args.chat or args.cai_chat:
rows.pop(1)
question = ''.join(rows)
print(question)
return question
def chatbot_wrapper(text, tokens, inference_settings, selected_model, name1, name2, context, check, history_size):