mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 09:50:15 +01:00
🤖 feat: Add Agents librechat.yaml Configuration (#4953)
* feat: CONFIG_VERSION v1.1.9, agents config * refactor: Assistants Code Interpreter Toggle Improved Accessibility * feat: Agents Config
This commit is contained in:
parent
51e016ef2c
commit
e82af236bc
13 changed files with 65 additions and 48 deletions
|
|
@ -119,7 +119,7 @@ export default {
|
|||
com_agents_enable_file_search: 'Enable File Search',
|
||||
com_agents_file_search_info:
|
||||
'When enabled, the agent will be informed of the exact filenames listed below, allowing it to retrieve relevant context from these files.',
|
||||
com_agents_code_interpreter_title: 'Code Interpreter',
|
||||
com_agents_code_interpreter_title: 'Code Interpreter API',
|
||||
com_agents_by_librechat: 'by LibreChat',
|
||||
com_agents_code_interpreter:
|
||||
'When enabled, allows your agent to leverage the LibreChat Code Interpreter API to run generated code, including file processing, securely. Requires a valid API key.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue