mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-26 13:18:51 +01:00
feat: endpoint setting mobile style.
feat: save and endpoint option works!
This commit is contained in:
parent
edaf7c3ad1
commit
46e3ef4049
8 changed files with 91 additions and 38 deletions
|
|
@ -44,7 +44,7 @@ const convoSchema = mongoose.Schema(
|
|||
},
|
||||
temperature: {
|
||||
type: Number,
|
||||
default: 0.8,
|
||||
default: 1,
|
||||
required: false
|
||||
},
|
||||
top_p: {
|
||||
|
|
@ -54,7 +54,12 @@ const convoSchema = mongoose.Schema(
|
|||
},
|
||||
presence_penalty: {
|
||||
type: Number,
|
||||
default: 1,
|
||||
default: 0,
|
||||
required: false
|
||||
},
|
||||
frequency_penalty: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
required: false
|
||||
},
|
||||
// for bingai only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue