mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 19:30:15 +01:00
fix: input style
fix: use ChatGptBrowser
This commit is contained in:
parent
22b9524ad3
commit
03cade8bd5
2 changed files with 15 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const cleanupPreset = ({ preset: _preset, endpointsFilter = {} }) => {
|
|||
toneStyle: _preset?.toneStyle ?? 'fast',
|
||||
title: _preset?.title ?? 'New Preset'
|
||||
};
|
||||
} else if (endpoint === 'chatGPT') {
|
||||
} else if (endpoint === 'chatGPTBrowser') {
|
||||
preset = {
|
||||
endpoint,
|
||||
presetId: _preset?.presetId ?? null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue