fix: add message_history_window_size to GenerateForm #1472 (#1487)

### What problem does this PR solve?
fix: add message_history_window_size to  GenerateForm #1472
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2024-07-12 16:11:49 +08:00
committed by GitHub
parent 740714b79d
commit de8267cfd7
5 changed files with 24 additions and 6 deletions

View File

@ -609,6 +609,9 @@ The above is the content you need to summarize.`,
channelTip: `Perform text search or news search on the component's input`,
text: 'Text',
news: 'News',
messageHistoryWindowSize: 'Message window size',
messageHistoryWindowSizeTip:
'The window size of conversation history that needed to be seen by LLM. The larger the better. But be careful with the maximum content length of LLM.',
},
footer: {
profile: 'All rights reserved @ React',

View File

@ -570,6 +570,9 @@ export default {
channelTip: '針對該組件的輸入進行文字搜尋或新聞搜索',
text: '文字',
news: '新聞',
messageHistoryWindowSize: '歷史訊息視窗大小',
messageHistoryWindowSizeTip:
'LLM需要查看的對話記錄的視窗大小。越大越好。但要注意LLM的最大內容長度。',
},
footer: {
profile: '“保留所有權利 @ react”',

View File

@ -588,6 +588,9 @@ export default {
channelTip: '针对该组件的输入进行文本搜索或新闻搜索',
text: '文本',
news: '新闻',
messageHistoryWindowSize: '历史消息窗口大小',
messageHistoryWindowSizeTip:
'LLM 需要查看的对话历史窗口大小。越大越好。但要注意 LLM 的最大内容长度。',
},
footer: {
profile: 'All rights reserved @ React',