mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🎚️ refactor: Update Min. Values for OpenAI Parameters (#8922)
This commit is contained in:
parent
429bb6653a
commit
b9f72f4869
1 changed files with 4 additions and 4 deletions
|
|
@ -208,13 +208,13 @@ export const openAISettings = {
|
|||
default: 1 as const,
|
||||
},
|
||||
presence_penalty: {
|
||||
min: 0 as const,
|
||||
min: -2 as const,
|
||||
max: 2 as const,
|
||||
step: 0.01 as const,
|
||||
default: 0 as const,
|
||||
},
|
||||
frequency_penalty: {
|
||||
min: 0 as const,
|
||||
min: -2 as const,
|
||||
max: 2 as const,
|
||||
step: 0.01 as const,
|
||||
default: 0 as const,
|
||||
|
|
@ -374,13 +374,13 @@ export const agentsSettings = {
|
|||
default: 1 as const,
|
||||
},
|
||||
presence_penalty: {
|
||||
min: 0 as const,
|
||||
min: -2 as const,
|
||||
max: 2 as const,
|
||||
step: 0.01 as const,
|
||||
default: 0 as const,
|
||||
},
|
||||
frequency_penalty: {
|
||||
min: 0 as const,
|
||||
min: -2 as const,
|
||||
max: 2 as const,
|
||||
step: 0.01 as const,
|
||||
default: 0 as const,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue