mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +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 = {
|
endpointOption = {
|
||||||
endpoint,
|
endpoint,
|
||||||
jailbreak: currentConversation?.jailbreak || false,
|
jailbreak: currentConversation?.jailbreak || false,
|
||||||
jailbreakConversationId: currentConversation?.jailbreakConversationId || null,
|
|
||||||
conversationSignature: currentConversation?.conversationSignature || null,
|
|
||||||
systemMessage: currentConversation?.systemMessage || null,
|
systemMessage: currentConversation?.systemMessage || null,
|
||||||
context: currentConversation?.context || null,
|
context: currentConversation?.context || null,
|
||||||
|
toneStyle: currentConversation?.toneStyle || 'fast',
|
||||||
|
jailbreakConversationId: currentConversation?.jailbreakConversationId || null,
|
||||||
|
conversationSignature: currentConversation?.conversationSignature || null,
|
||||||
clientId: currentConversation?.clientId || null,
|
clientId: currentConversation?.clientId || null,
|
||||||
invocationId: currentConversation?.invocationId || 1,
|
invocationId: currentConversation?.invocationId || 1
|
||||||
toneStyle: currentConversation?.toneStyle || 'fast'
|
|
||||||
};
|
};
|
||||||
responseSender = endpointOption.jailbreak ? 'Sydney' : 'BingAI';
|
responseSender = endpointOption.jailbreak ? 'Sydney' : 'BingAI';
|
||||||
} else if (endpoint === 'chatGPTBrowser') {
|
} else if (endpoint === 'chatGPTBrowser') {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue