feat(write): 优化文档撰写模块界面布局,新增模型配置界面
This commit is contained in:
parent
709f5158ef
commit
1e270e6af5
|
@ -548,7 +548,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
|||
meetingMinutes: '会议纪要',
|
||||
select: '选择',
|
||||
aiAssistant: 'AI 助手',
|
||||
askAI: '输入您的问题与AI交流...',
|
||||
askAI: '输入您的问题',
|
||||
edit: '编辑模式',
|
||||
split: '分屏模式',
|
||||
preview: '预览模式',
|
||||
|
@ -591,6 +591,16 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
|||
decisions: '决定事项',
|
||||
actionItems: '行动项',
|
||||
nextMeeting: '下次会议',
|
||||
// 模型配置相关
|
||||
modelConfigurationTitle: "模型配置",
|
||||
knowledgeBaseLabel: "知识库",
|
||||
knowledgeBasePlaceholder: "选择知识库",
|
||||
similarityThresholdLabel: "相似度阈值",
|
||||
keywordSimilarityWeightLabel: "关键字相似度权重",
|
||||
modelTemperatureLabel: "模型温度",
|
||||
fetchKnowledgeBaseFailed: "获取知识库列表失败",
|
||||
defaultKnowledgeBase: "默认知识库",
|
||||
technicalDocsKnowledgeBase: "技术文档知识库",
|
||||
},
|
||||
setting: {
|
||||
profile: '概要',
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue