mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
code cleanup
This commit is contained in:
parent
c5805d710b
commit
d76efa7874
2 changed files with 6 additions and 24 deletions
|
|
@ -86,8 +86,7 @@ const convoSchema = mongoose.Schema(
|
|||
toneStyle: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
suggestions: [{ type: String }]
|
||||
}
|
||||
},
|
||||
{ timestamps: true }
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue