feat: cites text with links

This commit is contained in:
Daniel Avila 2023-03-09 18:07:36 -05:00
parent 5e57deab5f
commit a451574760
6 changed files with 31 additions and 25 deletions

View file

@ -24,7 +24,6 @@ export default function handleSubmit({
const isBing = model === 'bingai' || model === 'sydney';
if (isBing && convo.conversationId) {
console.log('bing convo', convo);
payload = {
...payload,
jailbreakConversationId: convo.jailbreakConversationId,

View file

@ -10,6 +10,7 @@ module.exports = {
* to use its built-in optimizations accordingly. default is production
*/
mode: 'development',
cache: false,
/** "entry"
* the entry point
*/