mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 10:38:50 +01:00
🐞 fix: Handle Empty Model Error in Assistants Form (#2265)
This commit is contained in:
parent
cc92597f14
commit
d07396d308
4 changed files with 42 additions and 16 deletions
|
|
@ -46,6 +46,7 @@ export default {
|
|||
com_assistants_update_error: 'There was an error updating your assistant.',
|
||||
com_assistants_create_success: 'Successfully created',
|
||||
com_assistants_create_error: 'There was an error creating your assistant.',
|
||||
com_ui_field_required: 'This field is required',
|
||||
com_ui_download_error: 'Error downloading file. The file may have been deleted.',
|
||||
com_ui_attach_error_type: 'Unsupported file type for endpoint:',
|
||||
com_ui_attach_error_size: 'File size limit exceeded for endpoint:',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue