mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
🧪 chore: raise max temperature to 2 for OpenAI/Custom Endpoints
This commit is contained in:
parent
e25c16cd4f
commit
ecf5699513
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ export const openAISettings = {
|
|||
},
|
||||
temperature: {
|
||||
min: 0,
|
||||
max: 1,
|
||||
max: 2,
|
||||
step: 0.01,
|
||||
default: 1,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue