mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-15 06:58:10 +01:00
feat: cites text with links
This commit is contained in:
parent
5e57deab5f
commit
a451574760
6 changed files with 31 additions and 25 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ module.exports = {
|
|||
* to use its built-in optimizations accordingly. default is production
|
||||
*/
|
||||
mode: 'development',
|
||||
cache: false,
|
||||
/** "entry"
|
||||
* the entry point
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue