mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-10 17:18:19 +00:00
Optimize the search view component, add workspace statistics and RAG vector initialization features, update internationalization support, improve user interaction prompts, enhance log output, and ensure better user experience and code readability.
This commit is contained in:
@@ -241,6 +241,8 @@ export default {
|
||||
autocompleteModelDescription: '用于代码和文本自动补全的模型,提供智能写作建议',
|
||||
embeddingModel: '嵌入模型:',
|
||||
embeddingModelDescription: '用于文档向量化和语义搜索的模型,支持 RAG 功能',
|
||||
insightModel: '洞察模型:',
|
||||
insightModelDescription: '用于生成智能洞察和分析的模型,提供深度内容理解',
|
||||
},
|
||||
|
||||
// 模型提供商设置
|
||||
@@ -251,6 +253,7 @@ export default {
|
||||
oneClickConfig: '一键配置',
|
||||
oneClickConfigTooltip: '自动配置模型为已设置 API Key 的提供商的推荐模型',
|
||||
chatModelConfigured: '已自动配置聊天模型:{provider}/{model}',
|
||||
insightModelConfigured: '已自动配置洞察模型:{provider}/{model}',
|
||||
autocompleteModelConfigured: '已自动配置自动补全模型:{provider}/{model}',
|
||||
embeddingModelConfigured: '已自动配置嵌入模型:{provider}/{model}',
|
||||
provider: '提供商',
|
||||
|
||||
Reference in New Issue
Block a user