feat: If the model supplier is not set, click the OK button to jump directly to the page for setting the model supplier. #3068 (#3069)
### What problem does this PR solve? feat: If the model supplier is not set, click the OK button to jump directly to the page for setting the model supplier. #3068 ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Other (please describe):
This commit is contained in:
@@ -586,8 +586,7 @@ The above is the content you need to summarize.`,
|
||||
'Please input Google Cloud Service Account Key in base64 format',
|
||||
addGoogleRegion: 'Google Cloud Region',
|
||||
GoogleRegionMessage: 'Please input Google Cloud Region',
|
||||
modelProvidersWarn:
|
||||
'Please add both embedding model and LLM in <b>Settings > Model providers</b> firstly.',
|
||||
modelProvidersWarn: `Please add both embedding model and LLM in <b>Settings > Model providers</b> firstly. Then, set them in 'System model settings'.`,
|
||||
apiVersion: 'API-Version',
|
||||
apiVersionMessage: 'Please input API version',
|
||||
add: 'Add',
|
||||
|
||||
@@ -544,8 +544,7 @@ export default {
|
||||
'請輸入 Google Cloud Service Account Key in base64 format',
|
||||
addGoogleRegion: 'Google Cloud 區域',
|
||||
GoogleRegionMessage: '請輸入 Google Cloud 區域',
|
||||
modelProvidersWarn:
|
||||
'請先在 <b>「設定」>「模型提供者」</b> 中新增嵌入模型和LLM。',
|
||||
modelProvidersWarn: `請先在<b>設定>模型提供者</b>中新增嵌入模型和LLM。然後,在「系統模型設定」中設定它們。`,
|
||||
add: '添加',
|
||||
updateDate: '更新日期',
|
||||
role: '角色',
|
||||
|
||||
@@ -561,8 +561,7 @@ export default {
|
||||
'请输入 Google Cloud Service Account Key in base64 format',
|
||||
addGoogleRegion: 'Google Cloud 区域',
|
||||
GoogleRegionMessage: '请输入 Google Cloud 区域',
|
||||
modelProvidersWarn:
|
||||
'请首先在 <b>设置 > 模型提供商</b> 中添加嵌入模型和 LLM。',
|
||||
modelProvidersWarn: `请先在<b>设置 > 模型提供程序</b>中添加嵌入模型和 LLM。然后在“系统模型设置”中设置它们。`,
|
||||
apiVersion: 'API版本',
|
||||
apiVersionMessage: '请输入API版本!',
|
||||
add: '添加',
|
||||
|
||||
Reference in New Issue
Block a user