Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BorjaOteroFerreira committed Feb 29, 2024
1 parent 9517ae7 commit a9bdf63
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,19 @@ <h5>Model configuration</h5>
console.log("Hola MUNDO");
chat.toggleSidebar('chat-sidebar');
driverObj.moveNext();

}
}},
{ element: '#clear-context-button', popover: { title: 'Restart the conversation',
description: 'I almost forgot!!😅 Press the Reset button to erase my memory and start a new conversation. I hope you enjoy it! 🤓 ', position: 'right' } }
description: 'I almost forgot!!😅 Press the Reset button to erase my memory and start a new conversation. I hope you enjoy it! 🤓 ',
position: 'right',
onNextClick: () => {
console.log("Hola MUNDO");
chat.toggleSidebar('chat-sidebar');
driverObj.moveNext();

}
} }
];
const driverObj = driver({
showProgress: true,
Expand Down

0 comments on commit a9bdf63

Please sign in to comment.