mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Add a comment
This commit is contained in:
parent
58e6734308
commit
fd19e4812f
@ -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…
Reference in New Issue
Block a user