mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
loads up to 20 messages, debugging markdown issue
This commit is contained in:
parent
4e6168d8fa
commit
d56aa2edef
19 changed files with 329 additions and 625 deletions
|
|
@ -36,7 +36,8 @@ function reduceHits(hits, titles = []) {
|
|||
}
|
||||
|
||||
if (convo.title) {
|
||||
titleMap[convo.conversationId] = convo._formatted.title;
|
||||
// titleMap[convo.conversationId] = convo._formatted.title;
|
||||
titleMap[convo.conversationId] = convo.title;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue