mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 09:50:15 +01:00
persist bing ai conversation
This commit is contained in:
parent
81e52fed73
commit
7b7548c905
4 changed files with 28 additions and 8 deletions
|
|
@ -18,7 +18,7 @@ const messageSchema = mongoose.Schema({
|
|||
type: String,
|
||||
},
|
||||
invocationId: {
|
||||
type: Number,
|
||||
type: String,
|
||||
},
|
||||
parentMessageId: {
|
||||
type: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue