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!',
|
||||
|
||||
Reference in New Issue
Block a user