mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
code clean.
This commit is contained in:
parent
010d900c90
commit
efb440128a
1 changed files with 4 additions and 4 deletions
|
|
@ -40,13 +40,13 @@ const useMessageHandler = () => {
|
|||
endpointOption = {
|
||||
endpoint,
|
||||
jailbreak: currentConversation?.jailbreak || false,
|
||||
jailbreakConversationId: currentConversation?.jailbreakConversationId || null,
|
||||
conversationSignature: currentConversation?.conversationSignature || null,
|
||||
systemMessage: currentConversation?.systemMessage || null,
|
||||
context: currentConversation?.context || null,
|
||||
toneStyle: currentConversation?.toneStyle || 'fast',
|
||||
jailbreakConversationId: currentConversation?.jailbreakConversationId || null,
|
||||
conversationSignature: currentConversation?.conversationSignature || null,
|
||||
clientId: currentConversation?.clientId || null,
|
||||
invocationId: currentConversation?.invocationId || 1,
|
||||
toneStyle: currentConversation?.toneStyle || 'fast'
|
||||
invocationId: currentConversation?.invocationId || 1
|
||||
};
|
||||
responseSender = endpointOption.jailbreak ? 'Sydney' : 'BingAI';
|
||||
} else if (endpoint === 'chatGPTBrowser') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue