mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-06 05:14:42 +08:00
@@ -17,6 +17,9 @@ import { Models } from '../config/index.mjs'
|
||||
* @property {string|null} bingWeb_conversationId
|
||||
* @property {string|null} bingWeb_clientId
|
||||
* @property {string|null} bingWeb_invocationId
|
||||
* @property {string|null} bingWeb_jailbreakConversationId
|
||||
* @property {string|null} bingWeb_parentMessageId
|
||||
* @property {Object|null} bingWeb_jailbreakConversationCache
|
||||
* @property {number|null} poe_chatId
|
||||
*/
|
||||
/**
|
||||
@@ -59,6 +62,11 @@ export function initSession({
|
||||
bingWeb_clientId: null,
|
||||
bingWeb_invocationId: null,
|
||||
|
||||
// bing sydney
|
||||
bingWeb_jailbreakConversationId: null,
|
||||
bingWeb_parentMessageId: null,
|
||||
bingWeb_jailbreakConversationCache: null,
|
||||
|
||||
// poe
|
||||
poe_chatId: null,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user