Add a comment
This commit is contained in:
parent
58e6734308
commit
fd19e4812f
1 changed files with 3 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue