mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-21 18:04:08 +01:00
refactor: code structure; chore: translations cleanup
This commit is contained in:
parent
de69bcdd64
commit
c273dfc1f4
38 changed files with 63 additions and 20925 deletions
|
|
@ -121,6 +121,7 @@ export default function Settings({ conversation, setOption, models, readonly }:
|
|||
<div className="grid w-full items-center gap-2">
|
||||
<SelectDropDown
|
||||
value={model ?? ''}
|
||||
title={localize('com_ui_model')}
|
||||
setValue={createDropdownSetter(setModel)}
|
||||
availableValues={modelOptions}
|
||||
disabled={readonly}
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ export default function Settings({ conversation, setOption, models, readonly }:
|
|||
<div className="col-span-5 flex flex-col items-center justify-start gap-6 sm:col-span-3">
|
||||
<div className="grid w-full items-center gap-2">
|
||||
<SelectDropDown
|
||||
title={localize('com_ui_model')}
|
||||
value={model ?? ''}
|
||||
setValue={setModel}
|
||||
availableValues={models}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue