mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
🐛 fix: Correct Model Parameters Merging and Panel UI (#5038)
* fix: Model Panel, watching wrong form field * fix: Refactor agent initialization to merge model parameters correctly
This commit is contained in:
parent
000641c619
commit
f873587e5f
4 changed files with 35 additions and 15 deletions
|
|
@ -187,6 +187,7 @@ export default {
|
|||
com_ui_provider: 'Provider',
|
||||
com_ui_model: 'Model',
|
||||
com_ui_region: 'Region',
|
||||
com_ui_reset_var: 'Reset {0}',
|
||||
com_ui_model_parameters: 'Model Parameters',
|
||||
com_ui_model_save_success: 'Model parameters saved successfully',
|
||||
com_ui_select_model: 'Select a model',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue