mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-01-26 03:22:30 +01:00
Minor fix
This commit is contained in:
parent
185587a33e
commit
c0f2367b54
@ -255,7 +255,6 @@ if args.chat or args.cai_chat:
|
|||||||
rows.pop(1)
|
rows.pop(1)
|
||||||
|
|
||||||
question = ''.join(rows)
|
question = ''.join(rows)
|
||||||
print(question)
|
|
||||||
return question
|
return question
|
||||||
|
|
||||||
def chatbot_wrapper(text, tokens, inference_settings, selected_model, name1, name2, context, check, history_size):
|
def chatbot_wrapper(text, tokens, inference_settings, selected_model, name1, name2, context, check, history_size):
|
||||||
|
Loading…
Reference in New Issue
Block a user