mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
🔐 feat: Implement Allowed Action Domains (#4964)
* chore: RequestExecutor typing * feat: allowed action domains * fix: rename TAgentsEndpoint to TAssistantEndpoint in typedefs * chore: update librechat-data-provider version to 0.7.62
This commit is contained in:
parent
e82af236bc
commit
69bd8e3644
18 changed files with 364 additions and 97 deletions
|
|
@ -30,6 +30,7 @@ export default {
|
|||
'Resubmitting the AI message is not supported for this endpoint.',
|
||||
com_error_invalid_request_error:
|
||||
'The AI service rejected the request due to an error. This could be caused by an invalid API key or an improperly formatted request.',
|
||||
com_error_invalid_action_error: 'Request denied: The specified action domain is not allowed.',
|
||||
com_error_no_system_messages:
|
||||
'The selected AI service or model does not support system messages. Try using prompts instead of custom instructions.',
|
||||
com_error_invalid_user_key: 'Invalid key provided. Please provide a valid key and try again.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue