Add a comment

This commit is contained in:
oobabooga 2023-02-25 00:28:38 -03:00
parent 58e6734308
commit fd19e4812f

View file

@ -9,9 +9,11 @@ from modules.bot_picture import caption_image
params = {
}
# If 'state' is True, will hijack the next chatbot wrapper call
# with a custom input text
input_hijack = {
'state': False,
'value': []
'value': ["", ""]
}
def generate_chat_picture(picture, name1, name2):