add google Bard

This commit is contained in:
josc146
2023-06-12 16:22:43 +08:00
parent 0fd09ebca3
commit 4dba9d579e
11 changed files with 188 additions and 5 deletions
+4
View File
@@ -24,6 +24,7 @@ import { v4 as uuidv4 } from 'uuid'
* @property {string|null} bingWeb_parentMessageId
* @property {Object|null} bingWeb_jailbreakConversationCache
* @property {number|null} poe_chatId
* @property {object|null} bard_conversationObj
*/
/**
* @param {string|null} question
@@ -74,5 +75,8 @@ export function initSession({
// poe
poe_chatId: null,
// bard
bard_conversationObj: null,
}
}