mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-29 05:36:13 +01:00
Merge branch 'main' into feat/openid-custom-data
This commit is contained in:
commit
244b9f94dc
35 changed files with 610 additions and 344 deletions
|
|
@ -35,6 +35,9 @@ const agentSchema = mongoose.Schema(
|
|||
model_parameters: {
|
||||
type: Object,
|
||||
},
|
||||
artifacts: {
|
||||
type: String,
|
||||
},
|
||||
access_level: {
|
||||
type: Number,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue