mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-10 17:18:19 +00:00
添加本地提供者支持,包括本地嵌入模型的描述、特性和设置,更新相关类型和API函数以支持新模型。
This commit is contained in:
@@ -259,6 +259,11 @@ export default {
|
||||
searchOrEnterModelName: '搜索或输入模型名称...',
|
||||
enterCustomModelName: '输入自定义模型名称',
|
||||
custom: '自定义: ',
|
||||
localProviderDescription: '本地嵌入模型使用 WASM 技术在您的设备上运行,提供隐私保护和离线功能。',
|
||||
localProviderFeature0: '目前仅支持嵌入模型',
|
||||
localProviderFeature1: '完全隐私 - 数据不会离开您的设备',
|
||||
localProviderFeature2: '无 API 费用 - 完全本地运行',
|
||||
localProviderFeature3: '离线功能 - 无需网络连接即可工作',
|
||||
testConnection: {
|
||||
testApiConnection: '测试 API 连接',
|
||||
testingConnection: '正在测试连接...',
|
||||
|
||||
Reference in New Issue
Block a user