Feat/dataset support api service (#1240)
Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
parent
46154c6705
commit
9dbb8acd4b
14 changed files with 1832 additions and 20 deletions
|
|
@ -12,7 +12,7 @@ const translation = {
|
|||
never: '从未',
|
||||
apiKeyModal: {
|
||||
apiSecretKey: 'API 密钥',
|
||||
apiSecretKeyTips: '如果不想你的应用 API 被滥用,请保护好你的 API Key :) 最佳实践是避免在前端代码中明文引用。',
|
||||
apiSecretKeyTips: '如果不想你的 API 被滥用,请保护好你的 API Key :) 最佳实践是避免在前端代码中明文引用。',
|
||||
createNewSecretKey: '创建密钥',
|
||||
secretKey: '密钥',
|
||||
created: '创建时间',
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ const translation = {
|
|||
intro6: ' as a standalone ChatGPT index plug-in to publish',
|
||||
unavailable: 'Unavailable',
|
||||
unavailableTip: 'Embedding model is not available, the default embedding model needs to be configured',
|
||||
datasets: 'DATASETS',
|
||||
datasetsApi: 'API',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ const translation = {
|
|||
intro6: '为独立的 ChatGPT 插件发布使用',
|
||||
unavailable: '不可用',
|
||||
unavailableTip: '由于 embedding 模型不可用,需要配置默认 embedding 模型',
|
||||
datasets: '数据集',
|
||||
datasetsApi: 'API',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue