mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 03:10:15 +01:00
feat: add plugin search functionality (#1007)
* feat: add plugin search functionality * Delete env/conda-meta/history File deleted * UI fix and 3 new translations * fix(PluginStoreDialog) can't select pages * fix(PluginStoreDialog) select pages fixed. Layout fixed * update test * fix(PluginStoreDialog) Fixed count pages --------- Co-authored-by: Marco Beretta <81851188+Berry-13@users.noreply.github.com>
This commit is contained in:
parent
bc7a079208
commit
4ac0c04e83
14 changed files with 122 additions and 26 deletions
|
|
@ -167,6 +167,9 @@ export default {
|
|||
com_endpoint_completion_model: '补全模型 (推荐: GPT-4)',
|
||||
com_endpoint_func_hover: '将插件当做OpenAI函数使用',
|
||||
com_endpoint_skip_hover: '跳过补全步骤, 用于检查最终答案和生成步骤',
|
||||
com_nav_plugin_store: '插件商店',
|
||||
com_nav_plugin_search: '搜索插件',
|
||||
com_nav_plugin_auth_error: '尝试验证此插件时出错。请重试。',
|
||||
com_endpoint_import: '导入',
|
||||
com_endpoint_preset: '预设',
|
||||
com_endpoint_presets: '预设',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue