add support for Google Cloud (#2175)
### What problem does this PR solve? #1853 add support for Google Cloud ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: Zhedong Cen <cenzhedong2@126.com>
This commit is contained in:
@@ -499,6 +499,7 @@ The above is the content you need to summarize.`,
|
||||
upgrade: 'Upgrade',
|
||||
addLlmTitle: 'Add LLM',
|
||||
modelName: 'Model name',
|
||||
modelID: 'Model ID',
|
||||
modelUid: 'Model UID',
|
||||
modelNameMessage: 'Please input your model name!',
|
||||
modelType: 'Model type',
|
||||
@@ -551,6 +552,15 @@ The above is the content you need to summarize.`,
|
||||
addFishAudioRefID: 'FishAudio Refrence ID',
|
||||
addFishAudioRefIDMessage:
|
||||
'Please input the Reference ID (leave blank to use the default model).',
|
||||
GoogleModelIDMessage: 'Please input your model ID!',
|
||||
addGoogleProjectID: 'Project ID',
|
||||
GoogleProjectIDMessage: 'Please input your Project ID',
|
||||
addGoogleServiceAccountKey:
|
||||
'Service Account Key(Leave blank if you use Application Default Credentials)',
|
||||
GoogleServiceAccountKeyMessage:
|
||||
'Please input Google Cloud Service Account Key in base64 format',
|
||||
addGoogleRegion: 'Google Cloud Region',
|
||||
GoogleRegionMessage: 'Please input Google Cloud Region',
|
||||
},
|
||||
message: {
|
||||
registered: 'Registered!',
|
||||
|
||||
@@ -461,6 +461,7 @@ export default {
|
||||
upgrade: '升級',
|
||||
addLlmTitle: '添加Llm',
|
||||
modelName: '模型名稱',
|
||||
modelID: '模型ID',
|
||||
modelUid: '模型uid',
|
||||
modelType: '模型類型',
|
||||
addLlmBaseUrl: '基礎 Url',
|
||||
@@ -511,6 +512,15 @@ export default {
|
||||
addFishAudioAKMessage: '請輸入 API KEY',
|
||||
addFishAudioRefID: 'FishAudio Refrence ID',
|
||||
addFishAudioRefIDMessage: '請輸入引用模型的ID(留空表示使用默認模型)',
|
||||
GoogleModelIDMessage: '請輸入 model ID!',
|
||||
addGoogleProjectID: 'Project ID',
|
||||
GoogleProjectIDMessage: '請輸入 Project ID',
|
||||
addGoogleServiceAccountKey:
|
||||
'Service Account Key(Leave blank if you use Application Default Credentials)',
|
||||
GoogleServiceAccountKeyMessage:
|
||||
'請輸入 Google Cloud Service Account Key in base64 format',
|
||||
addGoogleRegion: 'Google Cloud 區域',
|
||||
GoogleRegionMessage: '請輸入 Google Cloud 區域',
|
||||
},
|
||||
message: {
|
||||
registered: '註冊成功',
|
||||
|
||||
@@ -478,6 +478,7 @@ export default {
|
||||
upgrade: '升级',
|
||||
addLlmTitle: '添加 LLM',
|
||||
modelName: '模型名称',
|
||||
modelID: '模型ID',
|
||||
modelUid: '模型UID',
|
||||
modelType: '模型类型',
|
||||
addLlmBaseUrl: '基础 Url',
|
||||
@@ -528,6 +529,15 @@ export default {
|
||||
FishAudioAKMessage: '请输入 API KEY',
|
||||
addFishAudioRefID: 'FishAudio Refrence ID',
|
||||
FishAudioRefIDMessage: '请输入引用模型的ID(留空表示使用默认模型)',
|
||||
GoogleModelIDMessage: '请输入 model ID!',
|
||||
addGoogleProjectID: 'Project ID',
|
||||
GoogleProjectIDMessage: '请输入 Project ID',
|
||||
addGoogleServiceAccountKey:
|
||||
'Service Account Key(Leave blank if you use Application Default Credentials)',
|
||||
GoogleServiceAccountKeyMessage:
|
||||
'请输入 Google Cloud Service Account Key in base64 format',
|
||||
addGoogleRegion: 'Google Cloud 区域',
|
||||
GoogleRegionMessage: '请输入 Google Cloud 区域',
|
||||
},
|
||||
message: {
|
||||
registered: '注册成功',
|
||||
|
||||
Reference in New Issue
Block a user